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

SCSS component library and a style guide for MADBIT Co.

Notifications You must be signed in to change notification settings

madbitco/madsauce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.