Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 361 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 361 Bytes

muid-style

MUiD CSS Style Repository

Contributing

These styles are written in SASS, because it is just the better CSS.

To use this either use an editor like Brackets with the node-sass plugin or simply use npm:

Install NodeJS and then run the followoing in this directory

npm install

Then autocompile the sass with:

npm run watch