mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-27 16:50:02 +00:00
ui/ include scss files in common (#1195)
* include scss files * exported color Co-authored-by: Leon <>
This commit is contained in:
parent
7c159fffc0
commit
de554f5fb6
@ -94,6 +94,7 @@
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"src/*.scss",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
|
@ -25,4 +25,5 @@ $light-gray: #8F9BB2;
|
||||
failureColor: $failure-color;
|
||||
blueGray: $blue-gray;
|
||||
lightGray: $light-gray;
|
||||
contentSectionColor: $content-section-color;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user