This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
hoppscotch
Watch
1
Star
0
Fork
0
You've already forked hoppscotch
mirror of
https://github.com/hoppscotch/hoppscotch
synced
2024-11-21 22:50:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
hoppscotch
/
packages
/
hoppscotch-selfhost-desktop
/
postcss.config.cjs
9 lines
107 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
2023-11-01 15:25:08 +00:00
const
config
=
{
chore: move hoppscotch-ui package out of the monorepo (#3620) Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-12-16 11:28:10 +00:00
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
chore: update tailwind stuff on selfhost-desktop
2023-12-17 18:51:25 +00:00
}
;
feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
2023-11-01 15:25:08 +00:00
chore: update tailwind stuff on selfhost-desktop
2023-12-17 18:51:25 +00:00
module
.
exports
=
config
;
Reference in New Issue
Copy Permalink