[TASK] move code to js / css

This commit is contained in:
Marie Birner
2023-10-01 15:39:30 +02:00
committed by philipp
parent af81920a47
commit c8a06f55aa
5 changed files with 92 additions and 86 deletions

View File

@ -9,3 +9,4 @@
@import 'components/input';
@import 'components/alert';
@import 'components/status';
@import 'components/chart';

View File

@ -0,0 +1,3 @@
.line {
@apply fill-none stroke-2 stroke-primary-600;
}