Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / userMention.scss
index 236c8b1961343188b14ee1acc6d61c506645f761..04f61c08befa91f1513fd49eea21dc22553aa5d5 100644 (file)
@@ -2,9 +2,9 @@
        background-color: $wcfSidebarBackground;
        border-radius: 2px;
        padding: 1px 5px;
-       
+
        &::before {
-               content: '@';
+               content: "@";
                /* avoids breaks between the '@' and the username, but still allows
                   wrapping inside the username itself */
                display: inline-block;