Learning/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-07-23 01:14:28 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}