1
0
Fork 0
forked from lesion/plaid
plaid/tailwind.config.js

6 lines
125 B
JavaScript
Raw Normal View History

2023-09-14 01:45:19 +02:00
/* eslint-env node */
2023-01-23 12:29:24 +01:00
module.exports = {
2023-09-14 01:42:02 +02:00
content: ["./src/index.html", "./src/**/*.{vue,svelte,js,ts}"],
plugins: [],
};