Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bootstrap / mixin / font.scss
index 5e36517295ce83123bee47d98255650d53f6e0e0..b6ed5901dc0bdde4e83e5a7c63d82352a79c0c2d 100644 (file)
@@ -2,7 +2,7 @@
        @include screen-md-up {
                font-size: $wcfFontSizeDefault;
        }
-       
+
        @include screen-sm-down {
                font-size: 14px;
        }
 
 @mixin wcfFontSmall {
        font-weight: 400;
-       
+
        @include screen-md-up {
                font-size: $wcfFontSizeSmall;
        }
-       
+
        @include screen-sm-down {
                font-size: 12px;
        }
 @mixin wcfFontHeadline {
        font-weight: 400;
        line-height: 1.28;
-       
+
        @include screen-md-up {
                font-size: $wcfFontSizeHeadline;
        }
-       
+
        @include screen-sm-down {
                font-size: 18px;
        }
 @mixin wcfFontSection {
        font-weight: 300;
        line-height: 1.28;
-       
+
        @include screen-md-up {
                font-size: $wcfFontSizeSection;
        }
-       
+
        @include screen-sm-down {
                font-size: 20px;
        }
 @mixin wcfFontTitle {
        font-weight: 300;
        line-height: 1.05;
-       
+
        @include screen-md-up {
                font-size: $wcfFontSizeTitle;
        }
-       
+
        @include screen-sm-down {
                font-size: 23px;
        }