From fe9e7ea9cdcdd8c5c8dda7e1f5f41831f4aa6c96 Mon Sep 17 00:00:00 2001 From: Bakti Aditya Date: Sun, 4 Feb 2018 19:18:54 +0700 Subject: [PATCH] Update InlineStyles.md --- docs/InlineStyles.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/InlineStyles.md b/docs/InlineStyles.md index 99063a84f..7d3018e25 100644 --- a/docs/InlineStyles.md +++ b/docs/InlineStyles.md @@ -32,6 +32,7 @@ This is a list of possible style libraries that we could implement into this pro * [css-modules](https://github.com/css-modules/css-modules) * [babel-plugin-react-autoprefix](https://github.com/UXtemple/babel-plugin-react-autoprefix) * [babel-plugin-css-in-js](https://github.com/martinandert/babel-plugin-css-in-js) +* [Emotion](https://github.com/emotion-js/emotion) * _Add more if you know of others._ Users and contributors to this project should periodically go through this list and see if any of them have developed features that make them really worthy of server side rendering in a production environment.