lume/postcss.config.js

7 lines
77 B
JavaScript
Raw Normal View History

2023-02-21 07:58:47 +00:00
module.exports = {
2023-06-24 11:31:40 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-02-21 07:58:47 +00:00
};