Files
toco-react-template/template/postcss.config.js
2024-10-14 18:51:44 +08:00

6 lines
93 B
JavaScript

const path = require('path');
module.exports = {
plugins: [require('postcss-nested')],
};