feat: Remove post install compilation

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-10-04 00:51:39 +02:00
parent 6f8c627e33
commit c47a02c529
13 changed files with 288 additions and 288 deletions

View File

@ -2,7 +2,7 @@
.bar
width 100%
background nativeRGBA(var(--theme-color), 0.15)
background nativeRGBA(var(--theme-500), 0.15)
height 8px
border-radius 8px
@ -21,5 +21,5 @@
height 100%
max-width 100%
width 0
background nativeRGB(var(--theme-color))
background nativeRGB(var(--theme-500))
border-radius 8px