[TASK] move code to js / css
This commit is contained in:
@ -9,3 +9,4 @@
|
||||
@import 'components/input';
|
||||
@import 'components/alert';
|
||||
@import 'components/status';
|
||||
@import 'components/chart';
|
||||
|
3
frontend/scss/components/_chart.scss
Normal file
3
frontend/scss/components/_chart.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.line {
|
||||
@apply fill-none stroke-2 stroke-primary-600;
|
||||
}
|
Reference in New Issue
Block a user