0.1.4 • Published 5 years ago

react-scripts-plugin-scss v0.1.4

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

⚠️ DEPRECATED ️️⚠️

This plugin is no longer needed, CRA 2.0 now supports SASS when node-sass is installed!

SCSS Modules Plugin for Create React App

Enable SCSS in your CRA app.

Install

yarn add -D react-scripts-plugin-scss

Add to cra.config.js

module.exports = {
  plugins: ['scss'],
};

Note on SCSS Modules

This plugin may be used in conjunction with the css-modules plugin to support SCSS Modules. For it to work properly, css-modules must be listed before scss, eg: plugins: ['css-modules', 'scss']

Compatability

The official Create React App does not have a supported plugin system. This plugin is compatable with the following forks:

0.1.4

5 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago