blob: a2629b6419e228d129002f6d366a50f795f15d00 [file] [log] [blame]
/** @type {import('tailwindcss').Config}*/
const config = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};
module.exports = config;