1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 13:42:49 +01:00

Merge branch 'v5-develop' into v5-stable

This commit is contained in:
David Bomba 2022-06-09 20:13:07 +10:00
commit d640d4a4a4
3 changed files with 4010 additions and 6286 deletions

10293
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,6 @@
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@tailwindcss/ui": "^0.7",
"autoprefixer": "^10.3.7",
"axios": "^0.24.0",
"card-js": "^1.0.13",

2
tailwind.config.js vendored
View File

@ -17,5 +17,5 @@ module.exports = {
}
},
variants: {},
plugins: [require("@tailwindcss/ui")]
plugins: []
};