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
Copy file name to clipboardExpand all lines: dist/icons.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ <h1>Icons</h1>
111
111
<p>Below are a few examples. Please look at the <ahref="http://fontawesome.io/icons/" target="_blank">Font Awesome icons examples</a> to look at the codes for every icon you need.</p>
112
112
</div>
113
113
<divclass="mb-3x">
114
-
<h2class="ta-center ta-left-b3">Example social icons</h2>
<p>Already have a CastleCSS project and want to add a module or just want to add 1 part of CastleCSS? Just include the core and any addon you want.</p>
197
+
<divclass="g">
192
198
193
-
<divid="core" class="b0_12">
194
-
<divclass="block block-invert p-3x pt-2x">
195
-
<h2>Core only</h2>
196
-
<p>
197
-
<div>
198
-
<ahref="https://github.com/castlecss/castlecss-core" class="btn-theme02" aria-label="Watch castlecss/castlecss-core on GitHub" target="_blank"><iclass="fa fa-github"></i> Watch on github</a> <ahref="https://github.com/castlecss/castlecss-core/archive/master.zip" class="btn" aria-label="Download castlecss/castlecss-core on GitHub"><iclass="fa fa-cloud-download"></i> Download core</a>
199
-
</div>
200
-
</p>
201
-
<h3>Installation</h3>
199
+
<divid="core" class="b0_12 b4_12">
200
+
<divclass="block block-invert p-3x pt-2x">
201
+
<h2>Core</h2>
202
+
<p>
203
+
<div>
204
+
<ahref="https://github.com/castlecss/castlecss-core" class="btn-theme02" aria-label="Watch castlecss/castlecss-core on GitHub" target="_blank"><iclass="fa fa-github"></i> Watch on github</a> <ahref="https://github.com/castlecss/castlecss-core/archive/master.zip" class="btn" aria-label="Download castlecss/castlecss-core on GitHub"><iclass="fa fa-cloud-download"></i> Download core</a>
205
+
</div>
206
+
</p>
207
+
<h3>Installation</h3>
202
208
203
-
<p>
204
-
Via npm: <code>npm install castlecss-core -S</code>
209
+
<p>
210
+
Via npm: <code>npm install castlecss-core -S</code>
205
211
206
-
</p>
207
-
<h3>Updating</h3>
208
-
<p>
209
-
<code>npm update castlecss-core</code><br/>
210
-
</p>
212
+
</p>
213
+
<h3>Updating</h3>
214
+
<p>
215
+
<code>npm update castlecss-core</code><br/>
216
+
</p>
211
217
212
-
<h3>What's included?</h3>
213
-
<p>
214
-
<ul>
215
-
<li><strong>Main:</strong> include all your other SCSS files</li>
216
-
<li><strong>Reset:</strong> Set browser defaults to zero/none so nothing weird happends in different browsers</li>
217
-
<li><strong><ahref="variables.html">Variables</a>:</strong> Variables for the grid, fonts, utility, etc</li>
218
-
<li><strong>defaults:</strong> Set default web settings</li>
219
-
<li><strong><ahref="mixins.html">Mixins</a>:</strong> Small but handy collection of mixins to use</li>
Copy file name to clipboardExpand all lines: views/icons.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ <h1>Icons</h1>
13
13
<p>Below are a few examples. Please look at the <ahref="http://fontawesome.io/icons/" target="_blank">Font Awesome icons examples</a> to look at the codes for every icon you need.</p>
14
14
</div>
15
15
<divclass="mb-3x">
16
-
<h2class="ta-center ta-left-b3">Example social icons</h2>
0 commit comments