@asmallstudio/plugin-react-static-css-modules-postcss-sass
v0.3.8
Published
a small studio react static plugin for CSS Module and Sass support
Readme
tinyutil/plugins
React Static css modules and sass support plugin for a small studio websites.
Installation
In an existing react-static site run:
$ npm i -P @asmallstudio/plugin-react-static-css-modules-postcss-sassThen add the plugin to your static.config.js:
export default {
plugins: ["@asmallstudio/plugin-react-static-css-modules-postcss-sass"]
};