simple-links/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2023-07-01 20:43:53 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-07-10 04:06:28 +00:00
};