mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
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>
8 lines
87 B
JSON
8 lines
87 B
JSON
{
|
|
"extends": "@scm-manager/tsconfig",
|
|
"include": [
|
|
"./src",
|
|
"./docs"
|
|
]
|
|
}
|