{% extends 'layouts/minimal.html' %} {% set page = references.customize %} {% set isdocs = true %} {% block content %}
{% include 'partials/docs-nav.html' %}

Create custom builds without touching the command line.

{% raw %}

Variables

Compiled CSS ({{ fileSize | filesize }})

Download

      
    

This tool only scratches the surface of what’s possible with Basscss’s modular architecture. To learn more about custom builds from the command line, see Custom Builds.

Note: vendor prefixes are not included in the compiled CSS. Use a tool like Autoprefixer if you need vendor prefixes.

{% endraw %}
{% include 'partials/docs-mega-footer.html' %} {% include 'partials/footer.html' %}
{% endblock %}