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

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

Usage no npm install needed!

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

README

tinyutil/plugins

NPM Version Dependency Status

React Static CSS Modules and PostCSS 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

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

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