Files
OpticalSystem/developer-front/postcss.config.js
一休哥哥6666 e186d45bec Initial commit
2026-06-14 14:39:51 +08:00

9 lines
94 B
JavaScript

'use strict'
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}