UI Kit is Sass toolkit and components library.
-
Clone repo
-
Install dependencies
npm install -
Generate distribution
npm start
You can find all available tasks in grunt/config/alias.coffee or by running grunt --help.
| task | description |
|---|---|
| dist | Generate dist |
| fonts | Generate icon webfont from SVG files |
| images | Optimize images and copy them to dist |
| release | Generate CHANGELOG from Git commits, bump version and commit/tag/push it to repository |
| test | Run dummy test to hunt down Sass components compilation error(s) |
| watch | Watch source for changes and rebuild on change |
There's a living Styleguide aka UI Styleguide.
It's also recommended to check out the project Wiki.
See project CONTRIBUTING guide.
See project CHANGELOG to discover version changes.