Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
add normalize.css
Browse files Browse the repository at this point in the history
  • Loading branch information
simensta committed Aug 6, 2015
1 parent 8b27680 commit 9b2b40e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.styl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

// Why is this not importing it...?
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
"node": ">= 0.10"
},
"dependencies": {
"coffee-script": "^1.9.3",
"browserify": "^11.0.0",
"browserify-incremental": "^3.0.1",
"coffee-reactify": "^4.0.0",
"react-router": "^0.13.3",
"coffee-script": "^1.9.3",
"json-api-client": "^0.4.4",
"normalize-styl": "^3.0.3",
"normalize.css": "^3.0.3",
"react": "^0.13.3",
"browserify-incremental": "^3.0.1",
"browserify": "^11.0.0",
"json-api-client": "^0.4.4"
"react-router": "^0.13.3"
},
"scripts": {
"test": "node ./node_modules/jest-cli/bin/jest.js"
Expand Down

0 comments on commit 9b2b40e

Please sign in to comment.