mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Fix stylelint once and for all (hopefully)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.iconContainer {
|
||||
composes: spinnerContainer from "~Components/Link/SpinnerButton.css";
|
||||
composes: spinnerContainer from '~Components/Link/SpinnerButton.css';
|
||||
}
|
||||
|
||||
.icon {
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.label {
|
||||
composes: label from "~Components/Link/SpinnerButton.css";
|
||||
composes: label from '~Components/Link/SpinnerButton.css';
|
||||
}
|
||||
|
||||
.showIcon {
|
||||
|
||||
Reference in New Issue
Block a user