shellphone.app/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2021-07-18 15:32:45 +00:00
module.exports = {
plugins: {
"tailwindcss": {},
"autoprefixer": {},
},
};