Integrate tailwind css and create new button library (#2098)

Introduce tailwind as new frontend styling library to replace bulma in the longer run. Also create the first new ui library `ui-buttons` which will be the new standard for buttons ins SCM-Manager. In this library we reconsidered which types of buttons should be used to create a clean and consistent ui.

Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
This commit is contained in:
Konstantin Schaper
2022-08-02 08:39:37 +02:00
committed by GitHub
parent 09beb8cd3b
commit 27dbcbf28d
67 changed files with 8592 additions and 7519 deletions

View File

@@ -15,7 +15,7 @@
"lint": "eslint src"
},
"devDependencies": {
"@scm-manager/eslint-config": "^2.15.1",
"@scm-manager/eslint-config": "^2.16.0",
"@scm-manager/tsconfig": "^2.13.0"
},
"babel": {
@@ -30,4 +30,4 @@
"publishConfig": {
"access": "public"
}
}
}