gmac-react-sass
v0.1.1
Published
React & SASS/SCSS template for gmac
Maintainers
Readme
gmac-react-sass
React & SCSS template for gmac
Usage
Install
npm install --save gmac-react-sass
or
yarn add gmac-react-sass
Configure
Add the following line to your .gmac config:
{
template: "gmac-react-sass",
...
}Options
Aside from the standard gmac options, gmac-react-sass also supports the following:
useSASS: Boolean
By default the file extension for the styles will be .scss, set this option to true to change that to .sass.
