feat: swap reset for the superior normalize

Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
Simon Bailey
2014-09-25 21:51:01 +01:00
parent 9728ed0efe
commit f93f09b5f5
6 changed files with 431 additions and 54 deletions
+2 -2
View File
@@ -124,7 +124,7 @@ project
main.js
- styles
main.css
reset.css
normalize.css
index.html
- test
- spec
@@ -160,7 +160,7 @@ Out the box the [Gruntfile](http://gruntjs.com/api/grunt.file) is configured wit
### CSS
Included in the project is [Eric Meyer's reset.css](http://meyerweb.com/eric/tools/css/reset/) script. There is also a `src/styles/main.css` script that's required by the core `src/scripts/components/App.js` component using Webpack.
Included in the project is the [normalize.css](http://necolas.github.io/normalize.css/) script. There is also a `src/styles/main.css` script that's required by the core `src/scripts/components/App.js` component using Webpack.
### JSHint