This website requires JavaScript.
Explore
Help
Sign in
brian
/
activist
Watch
1
Star
0
Fork
You've already forked activist
0
Code
Activity
Actions
929f22abeb
activist
/
postcss.config.js
6 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Use PrimeBlocks layout and move navigation into it.
2024-11-16 14:29:03 -05:00
export
default
{
plugins
:
{
Upgrade dependencies. Use user_id in places we were using username. Still debating this. Start getting this working with API backend, until there were calls to /api/sticker which don't exist in the API yet. Then I rediscovered the local json-server. So now there are 2 api backends. We'll incrementally migrate from the first version to the second. SCSS and tailwind weren't working for nav-items.css. The browser just saw the raw version. So for now, just inlined that. Probably these nav items will become components (if they are shared).
2025-10-22 09:19:37 -04:00
'@tailwindcss/postcss'
:
{
}
,
Use PrimeBlocks layout and move navigation into it.
2024-11-16 14:29:03 -05:00
}
,
}
Copy permalink