ui/ include scss files in common (#1195)

* include scss files

* exported color

Co-authored-by: Leon <>
This commit is contained in:
leon-up9 2022-07-12 11:50:24 +03:00 committed by GitHub
parent 7c159fffc0
commit de554f5fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@
]
},
"files": [
"src/*.scss",
"dist"
]
}

View File

@ -25,4 +25,5 @@ $light-gray: #8F9BB2;
failureColor: $failure-color;
blueGray: $blue-gray;
lightGray: $light-gray;
contentSectionColor: $content-section-color;
}