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.
Vanilla contains a responsive CSS grid, basic style for HTML elements and a selection of key useful patterns and utility classes that you can extend.
Designed to be composable — you can include the whole framework to avail of all styles or you can use only what you need for your project.
Anyone can contribute to Vanilla, improve it and extend it. All the code is available on GitHub and is licensed under LGPLv3 by Canonical.
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.
Use our CSS framework to start building your project.
Download latest Vanilla v4.55.0
See the release notes for details on the latest updates.Get our UI kit to start designing with Vanilla components.
Loading...