This website requires JavaScript.
Explore
Help
Register
Sign In
winsdominoes
/
website
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
236c0902bc
website
/
postcss.config.js
8 lines
125 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit from Create Next App
2023-11-26 21:08:28 +07:00
module
.
exports
=
{
Initial Commit
2023-12-03 23:02:09 +07:00
plugins
:
{
'postcss-import'
:
{
}
,
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
}
;