diff --git a/examples/aphrodite/README.md b/examples/aphrodite/README.md index 4b632b8..1d79ba7 100644 --- a/examples/aphrodite/README.md +++ b/examples/aphrodite/README.md @@ -32,6 +32,7 @@ const App = () => ( - ✅ Small and lightweight - ❌ Supports global CSS - ❌ Supports entirety of CSS +- ❌ Sourcemaps - ✅ Colocated - ✅ Isolated - 😕 Doesn’t break inline styles (have to use `aphrodite/no-important`) diff --git a/examples/css-modules/README.md b/examples/css-modules/README.md index e5fb436..f06a960 100644 --- a/examples/css-modules/README.md +++ b/examples/css-modules/README.md @@ -34,6 +34,7 @@ const App = () => ( - ✅ Small and lightweight - ✅ Supports global CSS - ✅ Supports entirety of CSS +- ✅ Sourcemaps - 😕 Colocated (_has_ to be in a separate file) - ✅ Isolated - ✅ Doesn’t break inline styles diff --git a/examples/jss/README.md b/examples/jss/README.md index 9640254..1581f7c 100644 --- a/examples/jss/README.md +++ b/examples/jss/README.md @@ -34,6 +34,7 @@ export default injectSheet(styles)(App); - ✅ Small and lightweight - 😕 Supports global CSS (requires separate setup) - ✅ Supports entirety of CSS +- ❌ Sourcemaps - ✅ Colocated - ✅ Isolated - ✅ Doesn’t break inline styles diff --git a/examples/radium/README.md b/examples/radium/README.md index 088c95f..6c68bae 100644 --- a/examples/radium/README.md +++ b/examples/radium/README.md @@ -34,6 +34,7 @@ export default radium(App); - ✅ Small and lightweight - ✅ Supports global CSS - ❌ Supports entirety of CSS +- ❌ Sourcemaps - ✅ Colocated - ✅ Isolated - ✅ Doesn’t break inline styles (it _is_ inline styles) diff --git a/examples/styled-components/README.md b/examples/styled-components/README.md index e0c94a6..f931bf0 100644 --- a/examples/styled-components/README.md +++ b/examples/styled-components/README.md @@ -32,6 +32,7 @@ const App = () => ( - ✅ Small and lightweight - ✅ Supports global CSS - ✅ Supports entirety of CSS +- ❌ Sourcemaps - ✅ Colocated - ✅ Isolated - ✅ Doesn’t break inline styles