This website requires JavaScript.
Explore
Help
Sign in
forge
/
Anvil
Watch
1
Star
0
Fork
You've already forked Anvil
0
Code
Pull requests
Activity
efc55bcd9d
Anvil
/
postcss.config.cjs
7 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit, using the "Skeleton Welcome" template
2023-05-03 11:28:02 +02:00
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
build: upgrade all dependencies Before making any changes to the logic of the code I've updated all dependencies and adjusted the configurations according to the migration documentation. I ensured that I can still run the npm scripts like before. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2023-12-20 23:10:18 +01:00
autoprefixer
:
{
}
}
}
;
Copy permalink