React & SCSS template for gmac
npm install --save gmac-react-sass
or
yarn add gmac-react-sass
Add the following line to your .gmac config:
{
template: "gmac-react-sass",
...
}
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.