Gridpaper - A CSS Framework Build On Top of SASS
Gridpaper is a simple SASS framework which puts to work some of the nifty features of SASS in a set of pre-build mixins.
Use
Install
gem install gridpaper
Generate
cd /path/to/project
gridpaper generate
The gridpaper generate command is also aliased to:
gridpaper g
gridpaper new
gridpaper setup
gridpaper add
Options
The gridpaper command takes the following options
--scss
--stylesheets-dir STRING
Watch
Watch your project folder for changes to the sass or scss files and convert them to css with
gridpaper watch
Arguments
The gridpaper watch command takes the following arguments
# A relative path to the folder containing your SASS files. Defaults to "stylesheets/sass"