This package has been deprecated

Author message:

This theme is nolonger supported by Canonical web team

vanilla-docs-theme

1.6.0 • Public • Published

Vanilla Docs Theme

A Sass theme for documentation websites, based on vanilla-framework.

Local development

First, install Docker. Then run one of:

./run build  # Build the CSS 
./run watch  # Auto-build the CSS when Sass files change 
./run test   # Check the Sass files for syntax & style errors 
./run clean  # Clean up generated files 

Using a local version of vanilla-framework

You can use the ./run script to use NPM modules from a local folder on a one-time basis, instead of the modules declared in package.json.

This mechanism will allow you to, for example, use a local version of vanilla-framework:

./run --node-module $HOME/project/vanilla-framework watch  # Build CSS dynamically, using a local version of vanilla-framework

Package Sidebar

Install

npm i vanilla-docs-theme

Weekly Downloads

2

Version

1.6.0

License

LGPL-3.0

Last publish

Collaborators

  • anthonydillon
  • ubuntudesign-jenkins