Use PostCSS as a Minion Extractor.
postcss.config.js
module.exports = {
plugins: [
require('postcss-minion')(options)
],
};
Field name that will be used to store the Class Maps in the global
object. Default classMaps
.
a function that will be called when Class Maps is finished to generated.
See PostCSS Plugin Rename Options for more informations.