Adding a CSS framework
This commit is not specific to building a Solid app, but it allows us to use the Bulma CSS framework: https://bulma.io This will allow us to use some basic styling without having to focus on it too much - distracting from the tutorial.
Showing
This diff is collapsed.
... | ... | @@ -7,6 +7,8 @@ |
"@types/node": "12.6.6", | ||
"@types/react": "16.8.23", | ||
"@types/react-dom": "16.8.4", | ||
"bulma": "^0.7.5", | ||
"node-sass": "^4.12.0", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react-scripts": "3.0.1", | ||
... | ... |
src/App.css
deleted
100644 → 0
src/index.css
deleted
100644 → 0
src/index.scss
0 → 100644
Please register or sign in to comment