Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bootstrap / mixin / box.scss
index 11c29f89c08f6cbfdc5d09abd218bbf1b658a467..a7fd59486680e685cae2af548efd4f6b474421d0 100644 (file)
@@ -1,11 +1,11 @@
 @mixin box($imageSize, $margin: 0) {
        display: flex;
-       
+
        > :first-child:not(:last-child) {
                flex: 0 0 auto;
                margin-right: $margin;
        }
-       
+
        > :last-child {
                flex: 1 1 auto;
                overflow: hidden;