Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 698 Bytes

File metadata and controls

31 lines (17 loc) · 698 Bytes

Dummy Style Guide

This repo is an example of application of dash-of-style with just minimal provided styling provided by dash-of-style/scaffold.css

Installation

$ npm install

Viewing the Styleguide

Just open 'styleguide.html' in your browser.

Developers working on dash-of-style

To reference a local version of dash-of-style:

  1. Bring down the dash-of-style repo locally via git clone

  2. Make dash of style available as a linked repo

    \dash-of-style$> npm link

  3. Link this repo to dash-of-style

    \dummy-style-guide$> npm link dash-of-style