Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/aphrodite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
1 change: 1 addition & 0 deletions examples/css-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/jss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/radium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions examples/styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const App = () => (
- ✅ Small and lightweight
- ✅ Supports global CSS
- ✅ Supports entirety of CSS
- ❌ Sourcemaps
- ✅ Colocated
- ✅ Isolated
- ✅ Doesn’t break inline styles
Expand Down