Skip to content

Commit

Permalink
refactor(style): use scss version of normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 28, 2018
1 parent e48610b commit b16e44d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dompurify": "^1.0.4",
"i18next": "^11.2.2",
"lodash": "^4.17.4",
"normalize.css": "^8.0.0",
"normalize-scss": "^7.0.1",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/_sass_global/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Custom reset
\*-----------------------------------------------*/

@import '~normalize.css';
@import '~normalize-scss';

h1, h2, h3, h4, ul, li, button {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/content/components/WordEditor/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*-----------------------------------------------*\
Libs
\*-----------------------------------------------*/
@import '~normalize.css';
@import '~normalize-scss';

/*-----------------------------------------------*\
Base
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6139,6 +6139,10 @@ normalize-range@^0.1.2:
version "0.1.2"
resolved "http://registry.npm.taobao.org/normalize-range/download/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"

normalize-scss@^7.0.1:
version "7.0.1"
resolved "http://registry.npm.taobao.org/normalize-scss/download/normalize-scss-7.0.1.tgz#74485e82bb5d0526371136422a09fdb868ffc1a4"

normalize-url@^1.4.0:
version "1.9.1"
resolved "http://registry.npm.taobao.org/normalize-url/download/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c"
Expand All @@ -6148,10 +6152,6 @@ normalize-url@^1.4.0:
query-string "^4.1.0"
sort-keys "^1.0.0"

normalize.css@^8.0.0:
version "8.0.0"
resolved "http://registry.npm.taobao.org/normalize.css/download/normalize.css-8.0.0.tgz#14ac5e461612538a4ce9be90a7da23f86e718493"

npm-bundled@^1.0.1:
version "1.0.3"
resolved "http://registry.npm.taobao.org/npm-bundled/download/npm-bundled-1.0.3.tgz#7e71703d973af3370a9591bafe3a63aca0be2308"
Expand Down

0 comments on commit b16e44d

Please sign in to comment.