Files
toco-react-template/template/postcss.config.js

6 lines
93 B
JavaScript
Raw Normal View History

2024-10-14 18:51:44 +08:00
const path = require('path');
module.exports = {
plugins: [require('postcss-nested')],
};