Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
StarrySkySites
/
HEAD
/
.
/
packages
/
components
/
tailwind.config.cjs
blob: a2629b6419e228d129002f6d366a50f795f15d00 [
file
] [
log
] [
blame
]
Skyler Grey
7177bbd
2023-06-01 03:26:31 +0200
[
diff
] [
blame
]
1
/** @type {import('tailwindcss').Config}*/
2
const
config
=
{
3
content
:
[
'./src/**/*.{html,js,svelte,ts}'
],
4
5
theme
:
{
6
extend
:
{}
7
},
8
9
plugins
:
[]
10
};
11
12
module
.
exports
=
config
;