Add local CSS lint checks (#4068)

* update package scripts to include prettifying scss files and stylelint-ing; fix related issues found from stylelinter

* revert old prettier autofix

* lint

---------

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
gingervitis
2025-01-04 12:59:45 -08:00
committed by GitHub
parent c03637fd9b
commit a6dc9645e6
5 changed files with 19 additions and 29 deletions

View File

@@ -4,9 +4,9 @@
background-color: var(--theme-background-primary);
color: var(--theme-color-components-chat-text);
padding: 10px;
font-size: var(--chat-message-text-size);
font-size: var(--chat-message-text-size);
@include flexCenter;
@include flex-center;
.icon {
margin-right: 10px;