This website requires JavaScript.
Explore
Help
Sign In
thibaud-lclr
/
api-client
Watch
1
Star
0
Fork
You've already forked api-client
0
Code
Packages
Activity
Actions
3de3a14d06
api-client
/
packages
/
hoppscotch-selfhost-web
/
postcss.config.cjs
9 lines
107 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: broken ui due to accidentally moved postcss config
2023-12-19 07:10:07 +00:00
const
config
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
feat(desktop): portable phase-3: instance manager (#5421) Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
2025-11-25 12:39:18 +00:00
}
;
fix: broken ui due to accidentally moved postcss config
2023-12-19 07:10:07 +00:00
feat(desktop): portable phase-3: instance manager (#5421) Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
2025-11-25 12:39:18 +00:00
module
.
exports
=
config
;
Copy permalink