--- title: Docs --- {% include head.html %}

Docs

How to Use BASSCSS

Getting Started

Download Source or clone from Github:

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

Vanilla CSS

Include basscss.min.css out-of-the-box or use the unminified basscss.css and edit it how you see fit. For lighter-weight projects use basscss-lite.min.css, which only includes base type and layout styles. Manually adjust the font stack and theme styles to customize the look and feel.

Sass

Include the files found in the /scss folder and adjust the variables and styles.

{% include docs/type.html %}
{% include docs/layout.html %}
{% include docs/grid.html %}
{% include docs/table-object.html %}
{% include docs/forms.html %}
{% include docs/buttons.html %}
{% include docs/tables.html %}
{% include docs/components.html %}
{% include docs/theme.html %}
{% include docs/extending.html %}

Guide

To learn more about web design with BASSCSS, read the guide.

Read the Guide
{% include footer.html %}