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
7b4cfb4103
api-client
/
packages
/
hoppscotch-sh-admin
/
postcss.config.cjs
9 lines
107 B
JavaScript
Raw
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
:
{
}
,
}
,
}
;
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: 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
module
.
exports
=
config
;
Copy permalink