This website requires JavaScript.
Explore
Help
Sign In
joelson
/
Portalweb
Watch
1
Star
0
Fork
You've already forked Portalweb
0
Code
Issues
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
58463fe548
Portalweb
/
postcss.config.mjs
8 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit from Create Next App
2025-12-26 23:07:58 +00:00
const
config
=
{
plugins
:
{
feat: Implement core application structure including Dashboard, Orders, Login, and Profile modules.
2026-01-15 13:42:56 +00:00
'@tailwindcss/postcss'
:
{
}
,
Initial commit from Create Next App
2025-12-26 23:07:58 +00:00
}
,
}
;
export
default
config
;