UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
products
/
bluebell
/
playground
/
tailwind.config.js
15 lines
(14 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.
exports
= { purge: { mode:
"all"
, content: [
"./src/**/*.rs"
,
"./index.html"
,
"./src/**/*.html"
,
"./src/**/*.css"
, ], }, theme: {}, variants: {}, plugins: [], };