lume/postcss.config.js

7 lines
77 B
JavaScript
Raw Permalink Normal View History

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