Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
34b2693d29a3a217fa2c3fddfa945a08d9e0bf63
/
.
/
examples
/
nextjs
/
postcss.config.mjs
blob: cf7ba03788b3ee8d39c1b8dc2b05b8a9ccacc199 [
file
]
const
config
=
{
plugins
:
[
'@tailwindcss/postcss'
],
}
export
default
config