1
0
Fork 0
forked from lesion/plaid
plaid/tailwind.config.js
2023-09-14 00:45:19 +01:00

5 lines
125 B
JavaScript

/* eslint-env node */
module.exports = {
content: ["./src/index.html", "./src/**/*.{vue,svelte,js,ts}"],
plugins: [],
};