mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
Double instead of single quotes in CSS
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
}
|
||||
|
||||
.input {
|
||||
composes: input from '~./TagInput.css';
|
||||
composes: hasButton from '~Components/Form/Input.css';
|
||||
composes: input from "~./TagInput.css";
|
||||
composes: hasButton from "~Components/Form/Input.css";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user