awesome-uses/postcss.config.js
2023-02-20 15:41:29 -05:00

5 lines
105 B
JavaScript

const postcssNesting = require("postcss-nesting");
module.exports = {
plugins: [postcssNesting()],
};