Socket
Socket
Sign inDemoInstall

vanilla-docs-theme

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vanilla-docs-theme

The Vanilla framework theme for documentation, style guides and APIs


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 04 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc