Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / groupMention.scss
index caf946cd6b12139c0c3fa9e17988cfee4999d890..e1eed8ae35168aa1550829ddbaf2233b81f33433 100644 (file)
@@ -3,14 +3,14 @@
        border-radius: 2px;
        color: $wcfSidebarLink;
        padding: 1px 5px;
-       
+
        &::before {
-               content: '@';
+               content: "@";
                /* Avoids breaks between the '@' and the group name, but still allows
                   wrapping inside the name itself */
                display: inline-block;
        }
-       
+
        &:hover {
                color: $wcfSidebarLinkActive;
        }