MM-57093 Update SCSS, Stylelint, and related packages (#26296)

* Update Stylelint and related packages

* Autofix CSS files

* Fix scss/no-global-function-names

* Fix scss/operator-no-unspaced

* Fix scss/comment-no-empty

* Disable scss/at-extend-no-missing-placeholder

* Update libraries for loading sass

* Fix Rollup not emitting the CSS for the components package to the right place

* Add plugin to re-add stylistic Stylelint rules

* Actually import Stylelint plugin
Этот коммит содержится в:
Harrison Healey
2024-03-13 17:00:57 -04:00
коммит произвёл GitHub
родитель 4bba850090
Коммит 67f815e373
194 изменённых файлов: 1635 добавлений и 1833 удалений

Просмотреть файл

@@ -22,9 +22,9 @@
align-items: center;
justify-content: space-between;
padding: 12px 8px;
border-radius: 8px;
margin: 0 12px;
background-color: var(--denim-sidebar-active-border);
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
color: var(--button-color);
@@ -109,8 +109,8 @@
height: 32px;
padding: 10px 16px;
border: none;
background: rgba(28, 88, 217, 0.08);
border-radius: 4px;
background: rgba(28, 88, 217, 0.08);
color: var(--denim-button-bg);
font-size: 12px;
font-weight: 600;
@@ -235,9 +235,9 @@
&::-webkit-scrollbar-thumb {
border: 8px rgba(0, 0, 0, 0) solid;
border-radius: 9999px;
background: rgba(var(--center-channel-color-rgb), 0.24);
background-clip: padding-box;
border-radius: 9999px;
}
.group-row {
@@ -291,8 +291,8 @@
.Menu {
position: absolute;
border: 1px solid rgba(var(--center-channel-color-rgb), 0.16);
margin-top: 8px;
border-radius: 4px;
margin-top: 8px;
}
}
@@ -327,15 +327,15 @@
align-items: center;
padding: 4px 6px;
border: none;
border-radius: 4px;
margin-left: auto;
background: transparent;
border-radius: 4px;
color: rgba(var(--center-channel-color-rgb), 0.75);
text-decoration: none;
&:hover {
background: rgba(var(--center-channel-color-rgb), 0.08);
border-radius: 4px;
background: rgba(var(--center-channel-color-rgb), 0.08);
color: rgba(var(--center-channel-color-rgb), 0.8);
fill: rgba(var(--center-channel-color-rgb), 0.8);
}