Files
plane/space/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2023-08-08 12:55:42 +05:30
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};