Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
StarrySkySites
/
eb2bce5253520678aedce070de1192beee6f4d90
/
.
/
packages
/
components
/
tailwind.config.cjs
blob: a2629b6419e228d129002f6d366a50f795f15d00 [
file
] [
log
] [
blame
]
/** @type {import('tailwindcss').Config}*/
const
config
=
{
content
:
[
'./src/**/*.{html,js,svelte,ts}'
],
theme
:
{
extend
:
{}
},
plugins
:
[]
};
module
.
exports
=
config
;