build:v1.3.3; workflow: added vue-composition-api; feat: moved app status to about page, this closes #6; chore: removed style scripts from package.json

This commit is contained in:
Roberto Tonino
2020-11-10 22:56:22 +01:00
parent 6c32367c80
commit 351cd2d626
13 changed files with 98 additions and 84 deletions

View File

@@ -9,3 +9,13 @@
.secondary-text {
@apply mb-1 text-sm opacity-75;
}
@layer utilities {
.uppercase-first-letter::first-letter {
@apply uppercase;
}
.lowercase-first-letter::first-letter {
@apply lowercase;
}
}