@asmallstudio/plugin-react-static-css-modules-postcss-sass

a small studio react static plugin for CSS Module and Sass support

Usage no npm install needed!

<script type="module">
  import asmallstudioPluginReactStaticCssModulesPostcssSass from 'https://cdn.skypack.dev/@asmallstudio/plugin-react-static-css-modules-postcss-sass';
</script>

README

tinyutil/plugins

NPM Version Dependency Status

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-sass

Then add the plugin to your static.config.js:

export default {
    plugins: ["@asmallstudio/plugin-react-static-css-modules-postcss-sass"]
};