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
/
bridge
/
bridge-web
/
postcss.config.cjs
8 lines
(7 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/*
eslint-disable
no
-undef
*/
module.exports
=
{
plugins:
{
tailwindcss:
{},
autoprefixer:
{}, }, }
;