system-uicons/postcss.config.js

4 lines
83 B
JavaScript

module.exports = {
plugins: [require("tailwindcss")("./tailwind.config.js")],
};