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/about.html
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,11 @@
72
72
<!-- Main -->
73
73
<divclass="b0_12 b4_14 b4_push_01">
74
74
<divclass="p-3x">
75
-
75
+
76
76
<divclass="block">
77
77
<h1>About CastleCSS</h1>
78
78
<pclass="intro">A modular, easy to use SCSS Framework</p>
79
-
79
+
80
80
<h2>What is CastleCSS? </h2>
81
81
<p>CastleCSS is a mobile first SCSS framework with modular building blocks for the web. It's also fully updateable! No more worrying if your base files are still correct, we keep the files up-to-date for you!</p>
82
82
</div>
@@ -95,9 +95,9 @@ <h2>What makes CastleCSS different?</h2>
<p>If you haven't used Grunt before, be sure to check out the <ahref="http://gruntjs.com/getting-started" target="_blank">Getting Started</a> guide.</p>
130
162
131
-
<p>Start the project for the first time by going to your project folder in your terminal.</p>
132
-
<ul>
133
-
<li>Run <code>npm install</code> to install all files</li>
134
-
<li>Run <code>grunt</code> to start running the project. If will automatically watch for changes in your SCSS and compile it to CSS</li>
135
-
<li>Or use <code>grunt create_css</code> to create your CSS manually</li>
136
-
</ul>
137
-
</div>
138
-
<divclass="block">
139
-
<divclass="g">
140
-
<divid="starter" class="b0_12">
141
-
<divclass="block block-invert p-3x pt-2x">
142
-
<h2>Full package</h2>
143
-
<p>
144
-
<div>
145
-
<aclass="github-button" href="https://github.com/castlecss/castlecss" aria-label="Watch castlecss/castlecss-core on GitHub">Watch</a>
146
-
<aclass="github-button" href="https://github.com/castlecss/castlecss" aria-label="Star castlecss/castlecss-core on GitHub">Star</a>
147
-
<aclass="github-button" href="https://github.com/castlecss/castlecss/archive/master.zip" aria-label="Download castlecss/castlecss on GitHub">Download</a>
148
-
</div>
149
-
</p>
150
-
<h3>Installation</h3>
151
-
<p>
152
-
<code>npm install castlecss</code><br/>
153
-
</p>
154
-
<h3>Updating</h3>
155
-
<pclass="alert">
156
-
<strong>NOTE:</strong> Only update the dependencies so you don't overwrite your own SCSS files. If you do update the Full package you'll overwrite everything. <br/>
157
-
We recommend downloading the full package and updating the dependencies like:
0 commit comments