Files
nrwl--nx/graph/ui-code-block/postcss.config.js
T
2026-07-13 12:38:36 +08:00

7 lines
94 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};