Skip to content

Commit 94490e2

Browse files
committed
update normalize
1 parent af95b0a commit 94490e2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"bugs": {
2424
"url": "https://github.com/robertoachar/html-css-javascript-webpack/issues"
2525
},
26-
"dependencies": {},
26+
"dependencies": {
27+
"normalize.css": "8.0.0"
28+
},
2729
"devDependencies": {
2830
"autoprefixer": "8.6.3",
2931
"babel-core": "6.26.3",

statik/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<title>Statik Starter Kit</title>
1010

1111
<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" />
1412
</head>
1513

1614
<body>

statik/scripts/vendor.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
import '../styles/vendor.css';
1+
import 'normalize.css';
2+
import '../styles/fonts.css';
23

34
console.log('Vendor is running...');
File renamed without changes.

0 commit comments

Comments
 (0)