File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ You can just download a single component or use the entire code as a boilerplate
30
30
31
31
### Download a single component
32
32
33
- All the components use [ Radium ] ( https://github.com/FormidableLabs/radium ) for styling. So make sure you have it installed:
33
+ All the components use [ styled-components ] ( https://github.com/styled-components/styled-components ) for styling. So make sure you have it installed:
34
34
35
35
``` sh
36
- $ npm install --save radium
36
+ $ npm install --save styled-components
37
37
```
38
38
39
39
Then, add or replace the imported files (many of components here use ` colors ` and ` fonts ` from the [ globals.js] ( src/components/globals.js ) file).
@@ -92,13 +92,6 @@ $ npm install --save-dev jest-cli
92
92
}
93
93
```
94
94
95
- ### Why inline styles?
96
-
97
- Even though Atomic Design has nothing to do with styling, inline styles fit very well with this approach. Watch these two videos to learn more:
98
-
99
- - [ React Inline Styles and the Future of CSS] ( https://www.youtube.com/watch?v=k3OF4A30jSQ )
100
- - [ React: CSS in your JS by Christopher Chedeau] ( https://vimeo.com/116209150 )
101
-
102
95
## License
103
96
104
97
MIT © [ Diego Haz] ( http://github.com/diegohaz )
You can’t perform that action at this time.
0 commit comments