Upgrade dependencies

This commit is contained in:
Arhey 2023-02-17 14:48:41 +03:00
parent a332223828
commit 66f9c4eac9
5 changed files with 367 additions and 872 deletions

View file

@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
autoprefixer: {}
}
}