eyebrow-school/tailwind.config.js

10 lines
158 B
JavaScript
Raw Permalink Normal View History

2023-09-01 20:20:40 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}