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