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: getting-started.html
+25-21Lines changed: 25 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<!DOCTYPE html>
2
2
<htmllang="en">
3
3
<head>
4
-
<title>Getting started with ChuckCSS | Responsive CSS framework</title>
4
+
<title>Getting started with ChuckCSS | Responsive CSS framework and CSS helpers tools</title>
5
5
<metaname="description" content="ChuckCSS is a flexible, adaptative, mobile-first and easy to learn CSS framework. ChuckCSS included an advanced and responsive grid system based on the CSS3 flexbox property" />
Working with source files give you the possibility to customize ChuckCSS with your own settings, colors, etc... but you have to be familiar with <ahref="http://lesscss.org/" class="external-link">Less language.</a><br/><br/>
212
-
<strong>By compiling your own dist file with <ahref="http://gruntjs.com/" class="external-link">Grunt</a> or <ahref="http://gulpjs.com/" class="external-link">Gulp</a>, combined with <ahref="https://github.com/postcss/autoprefixer" class="external-link">Autoprefixer</a>,</strong> you can use powerfull mixins to build websites easily and faster.
213
+
<div>
214
+
Working with source files give you the possibility to customize ChuckCSS with your own settings, colors, etc... but you have to be familiar with <ahref="http://lesscss.org/" class="external-link">Less language.</a><br/><br/>
215
+
<strong>By compiling your own dist file with <ahref="http://gruntjs.com/" class="external-link">Grunt</a> or <ahref="http://gulpjs.com/" class="external-link">Gulp</a>, combined with <ahref="https://github.com/postcss/autoprefixer" class="external-link">Autoprefixer</a>,</strong> you can use powerfull mixins to build websites easily and faster.
<ahref="https://github.com/postcss/autoprefixer" class="external-link">Autoprefixer documentation</a> : ChuckCSS uses Autoprefixer to deal with CSS vendor prefixes. If you use the Gulpfile.js downloaded with ChuckCSS, Autoprefixer is already include. If you use your own Gruntfile or Gulpfile, integrate Autoprefixer by yourself.
<ahref="https://github.com/postcss/autoprefixer" class="external-link">Autoprefixer documentation</a> : ChuckCSS uses Autoprefixer to deal with CSS vendor prefixes. If you use the Gulpfile.js downloaded with ChuckCSS, Autoprefixer is already include. If you use your own Gruntfile or Gulpfile, integrate Autoprefixer by yourself.
ChuckCSS is under <ahref="https://opensource.org/licenses/mit-license.php" class="external-link">MIT Licence</a> - <ahref="https://github.com/alpixel/ChuckCSS" class="external-link">Hosted on GitHub</a>
0 commit comments