0.0.2 • Published 9 years ago

generator-sheer v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

sheer

generator-sheer

Yeoman generator that scaffolds out Sheer boilerplates.

npm.io

Getting started

This requires yo, CLI tool for running yeoman generators, to be preinstalled.

npm install -g yo

Please refer yeoman for further details.

npm install -g sarbbottam/generator-sheer
yo sheer

run 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.css should be updated for any custom requirement (color, spacing, padding, font) .
  • src/modules/modules.css needs 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.

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago