mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
const postcssNesting = require("postcss-nesting");
|
|
|
|
module.exports = {
|
|
plugins: [postcssNesting()],
|
|
};
|