An SCSS component library and a style guide for MADBIT Co.
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
- Clone this repo to your preferred directory.
- Run
npm install
oryarn
. - Run
grunt build && grunt
.
BrowserSync will autostart and open the preview/test page in your default browser.