/StyleGuide

A style guide for Firefox.

Primary LanguageHTMLMozilla Public License 2.0MPL-2.0

Firefox UX Style Guide Build Status

You probably want to go here

Requires:

  • npm version: 3.5.3
  • node version: 5.3.0

To run (with hot-reloading!):

$ npm install
$ npm run serve

To build:

$ npm install
$ npm run build

Pull requests welcome by anyone!