Files
solidjs-templates/ts-tailwind/postcss.config.js
T

4 lines
59 B
JavaScript

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