You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Initialize.css is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate. Available in CSS and configurable SASS (SCSS) format.",
Copy file name to clipboardExpand all lines: src/index.html
+17-12Lines changed: 17 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<linkrel="stylesheet" href="styles/demo.css">
14
14
</head>
15
15
<body>
16
-
<!--[if lte IE 10]>
16
+
<!--[if lt IE 10]>
17
17
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience and your life.</p>
18
18
<![endif]-->
19
19
@@ -36,27 +36,30 @@ <h2>Initialize.css is a complete and customizable collection of CSS best practic
36
36
37
37
<h2>Install</h2>
38
38
<p>
39
-
<strong>npm</strong><br>
40
-
<code>npm install initialize-css</code>
39
+
<strong>npm</strong>
41
40
</p>
41
+
<pre>npm install initialize-css</pre>
42
+
42
43
<p>
43
-
<strong>bower</strong><br>
44
-
<code>bower install initialize-css</code>
44
+
<strong>bower</strong>
45
45
</p>
46
+
<pre>bower install initialize-css</pre>
46
47
47
48
<h2>Usage</h2>
48
49
<p>
49
-
<strong>sass / scss (from node_modules or bower_components)</strong><br>
0 commit comments