spacedrive/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2021-09-22 06:27:02 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};