0.0.2 • Published 10 years ago
generator-sheer v0.0.2

generator-sheer
Yeoman generator that scaffolds out Sheer boilerplates.

Getting started
This requires yo, CLI tool for running yeoman generators, to be preinstalled.
npm install -g yoPlease refer yeoman for further details.
npm install -g sarbbottam/generator-sheer
yo sheerrun grunt or gulp for generating the css files.
Customization
Any customization required, need be carried out at src/modules/module.css and src/variables/variable.css.
All the Sheer variables currently in use are listed at src/variables/variable.css.
src/variables/variable.cssshould be updated for any custom requirement (color, spacing, padding, font) .src/modules/modules.cssneeds to updated for new rules/styles.
Should there be need to create mutiple files at src/modules/ and/or src/variables/, they need to be included at src/main.css.
Copyright (c) 2015, Sarbborram Bandyopadhyay. All rights reserved. Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.