Merge pull request #240 from bigchaindb/fix/deprecation-warning

Fix css import deprecation warning
This commit is contained in:
Matthias Kretschmann 2018-05-22 14:53:04 +02:00 committed by GitHub
commit 52d7f19b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
//
// Normalize all the things
@import 'normalize-css/normalize';
@import 'normalize-scss/sass/normalize';
@import 'normalize-opentype.css/normalize-opentype.scss';
// Variables & Mixins

View File

@ -31,8 +31,8 @@
"gumshoe": "github:cferdinandi/gumshoe",
"is-in-viewport": "^3.0.3",
"jquery": "^3.3.1",
"normalize-css": "^2.3.1",
"normalize-opentype.css": "^0.2.4",
"normalize-scss": "^7.0.1",
"parsleyjs": "^2.8.1",
"popper.js": "^1.14.3",
"select2": "^4.0.5",