Work in progress...
@import "gridsy.scss";
.main {
@include gridsy-row();
}
.content {
@include gridsy-column(8);
}
.sidebar {
@include gridsy-column(4);
}
Run the following commands before starting:
npm install
The documentation is available on http://dflorent.github.io/gridsy.
Generate the documentation:
npm install sassdoc -g
sassdoc src -d doc
grunt sass
or
grunt watch