File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 23
23
"bugs" : {
24
24
"url" : " https://github.com/robertoachar/html-css-javascript-webpack/issues"
25
25
},
26
- "dependencies" : {},
26
+ "dependencies" : {
27
+ "normalize.css" : " 8.0.0"
28
+ },
27
29
"devDependencies" : {
28
30
"autoprefixer" : " 8.6.3" ,
29
31
"babel-core" : " 6.26.3" ,
Original file line number Diff line number Diff line change 9
9
< title > Statik Starter Kit</ title >
10
10
11
11
< link rel ="shortcut icon " type ="image/x-icon " href ="images/favicon.ico " />
12
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css " integrity ="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54= "
13
- crossorigin ="anonymous " />
14
12
</ head >
15
13
16
14
< body >
Original file line number Diff line number Diff line change 1
- import '../styles/vendor.css' ;
1
+ import 'normalize.css' ;
2
+ import '../styles/fonts.css' ;
2
3
3
4
console . log ( 'Vendor is running...' ) ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments