modulist
v0.3.5
Published
Modulist is the SCSS framework that powers any front-end design
Downloads
261
Maintainers
Readme
Modulist [Work in progress].
Modulist is the design system. [Work in progress].
Install
You can install modulist with this command.
$ npm install --save modulistUsage
Use postcss-import plugin to import source file to your app.
In JS:
import "modulist/modulist.css";Or in CSS:
@import "modulist/modulist.css";Development
We are using gulp to watch for changes and cook builds. To start watch for changes run npm run watch, to make new builds run npm run build.
