1
0
mirror of https://github.com/lumehq/lume.git synced 2025-03-24 16:51:42 +01:00
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
};