Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gmac-react-sass

rocbear4MIT0.1.1

React & SASS/SCSS template for gmac

react, sass, scss, gmac, template, boilerplate

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.