well-known-fursona/tailwind.config.js

9 lines
150 B
JavaScript
Raw Normal View History

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