shellphone.app/postcss.config.js

8 lines
98 B
JavaScript
Raw Normal View History

2021-07-31 14:33:18 +00:00
// postcss.config.js
2021-07-18 15:32:45 +00:00
module.exports = {
plugins: {
2021-07-31 14:33:18 +00:00
tailwindcss: {},
autoprefixer: {},
2021-07-18 15:32:45 +00:00
},
};