A simple, extensible CSS framework
Backed by open-source code and written in Sass by the Canonical Web Team.
Backed by open-source code and written in Sass by the Canonical Web Team.
The recommended method of including Vanilla Framework in your project is via npm or yarn. You can then simply include the framework in your SCSS files and compile.
For other methods, please see the advanced usage docs.
yarn add sass vanilla-framework
@import "vanilla-framework";
@include vanilla;
If you are contributing to Vanilla, make sure to read and follow these guidelines.
Loading...