mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
Double instead of single quotes in CSS
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
.page {
|
||||
composes: page from '~./Page.css';
|
||||
composes: page from "~./Page.css";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user