Skip to content

Commit 11bc25a

Browse files
committed
Update README.md
1 parent 05495bb commit 11bc25a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ You can just download a single component or use the entire code as a boilerplate
3030

3131
### Download a single component
3232

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:
3434

3535
```sh
36-
$ npm install --save radium
36+
$ npm install --save styled-components
3737
```
3838

3939
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
9292
}
9393
```
9494

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-
10295
## License
10396

10497
MIT © [Diego Haz](http://github.com/diegohaz)

0 commit comments

Comments
 (0)