onedrive/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2021-06-22 12:17:15 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}