rallly/postcss.config.js
2022-04-12 07:14:28 +01:00

3 lines
66 B
JavaScript

module.exports = {
plugins: ["tailwindcss", "autoprefixer"],
};