This website requires JavaScript.
Explore
Help
Register
Sign In
Ling0925
/
buster
mirror of
https://github.com/buster-so/buster.git
Watch
1
Star
0
Fork
You've already forked buster
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
256b57c4c4
buster
/
web
/
postcss.config.mjs
6 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial web commit 🤙 Initial commit for all files and folder related to the web project
2025-01-07 02:29:29 +08:00
const
config
=
{
nate big ol refactor
2025-03-08 07:02:56 +08:00
plugins
:
[
"@tailwindcss/postcss"
]
,
Initial web commit 🤙 Initial commit for all files and folder related to the web project
2025-01-07 02:29:29 +08:00
}
;
export
default
config
;