creddy/tailwind.config.js

12 lines
182 B
JavaScript
Raw Normal View History

2022-08-14 20:27:41 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{svelte,html}",
],
theme: {
extend: {},
},
plugins: [],
}