1.0.0 • Published 4 years ago

postcss-reason-modules v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

PostCSS Reason Modules

PostCSS plugin to create reasonml modules from css modules.

Usage

Check you project for existed PostCSS config: postcss.config.js in the project root, "postcss" section in package.json or postcss in bundle config.

If you already use PostCSS, add the plugin to plugins list:

module.exports = {
  plugins: [
+   require('postcss-reason-modules'),
    require('autoprefixer')
  ]
}

If you do not use PostCSS, add it according to official docs and set this plugin in settings.