From 95b4576ca49a5227dedd6d1836e6a0fdbd9098ea Mon Sep 17 00:00:00 2001 From: Oleg Isonen Date: Wed, 12 Sep 2018 16:36:38 +0200 Subject: [PATCH] Reflect changes in JSS / React-JSS - Global CSS supported without separate setup step, using @global rule - Theming has been added - Easy to override - not sure any more what the originals here have been refering too, but it has different override strategies including function values and class names composition --- examples/jss/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/jss/README.md b/examples/jss/README.md index 9640254..c6a0372 100644 --- a/examples/jss/README.md +++ b/examples/jss/README.md @@ -1,4 +1,4 @@ -# JSS +# React-JSS *[Repo](https://github.com/cssinjs/jss) – [Docs](https://github.com/cssinjs/jss/tree/master/docs)* @@ -32,13 +32,13 @@ export default injectSheet(styles)(App); - βœ… No build requirements - βœ… Small and lightweight -- πŸ˜• Supports global CSS (requires separate setup) +- βœ… Supports global CSS - βœ… Supports entirety of CSS - βœ… Colocated - βœ… Isolated - βœ… Doesn’t break inline styles -- πŸ˜• Easy to override (inline styles, but no standard mechanism) -- ❌ Theming +- βœ… Easy to override +- βœ… Theming - ❌ Pre-build - βœ… Server side rendering - ❌ No wrapper components