drfeely.com/website/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2023-07-23 14:44:58 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-07-23 22:26:35 +00:00
};