Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 555 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 555 Bytes

Madsauce

An SCSS component library and a style guide for MADBIT Co.

How to use

To hook this to your project, you should install the package and then add the SCSS source to your build process. This can be done via preferred task runner or directly compiled to Sass. All you need to include is this file:

scss/madsauce.scss

How to develop

  1. Clone this repo to your preferred directory.
  2. Run npm install or yarn.
  3. Run grunt build && grunt.

BrowserSync will autostart and open the preview/test page in your default browser.