This website requires JavaScript.
Explore
Help
Sign In
nardu.in
/
website-astro
Watch
1
Star
0
Fork
You've already forked website-astro
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
eb410418be
website-astro
/
postcss.config.cjs
4 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
working i18n conf
2022-12-05 20:50:35 +01:00
module
.
exports
=
{
plugins
:
[
require
(
"autoprefixer"
)
]
,
}
;