keywind/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2021-07-05 11:40:00 +00:00
module.exports = {
plugins: {
tailwindcss: {},
2022-09-03 08:00:00 +00:00
autoprefixer: {},
2021-07-05 11:40:00 +00:00
},
};