awesome-uses/postcss.config.js

6 lines
105 B
JavaScript
Raw Permalink Normal View History

2023-02-20 20:41:29 +00:00
const postcssNesting = require("postcss-nesting");
module.exports = {
plugins: [postcssNesting()],
};