{% set page = pages.getting_started %} {% set isdocs = true %} {% extends 'layouts/docs.html' %} {% block content %}

Download or install Basscss from one of these sources

Download Source

Clone from Github:

git clone https://github.com/jxnblk/basscss.git

NPM:

npm install basscss

Bower:

bower install basscss

CDN:

{% highlight 'html' %} {% endhighlight %}

Basscss is built with Rework. The source also includes compiled CSS.

To learn more about Rework, see Using Rework.

{#

Plain CSS

Alternatively, download the standalone CSS.

Basscss Core (4KB minified)

Base Elements

Utilities

Positions

Grid

Table Object

Color Styles

Basscss Complete (14KB minified)

Base Elements

Utilities

Positions

Grid

Table Object

Color Styles

#} {% endblock %}