This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
otterscan
Watch
1
Star
0
Fork
You've already forked otterscan
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0dc247afb6
otterscan
/
postcss.config.js
8 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
First working version using vitejs instead of CRA
2022-08-04 21:47:14 +00:00
// postcss.config.js
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
Apply code formatter
2022-08-05 08:40:49 +00:00
}
;