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