Erant-OldApp/tailwind.config.cjs

9 lines
169 B
JavaScript
Raw Permalink Normal View History

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