8000 Moar semicolons! · geddski/csstyle@c3bbf55 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3bbf55

Browse files
committed
Moar semicolons!
1 parent ebd27c8 commit c3bbf55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csstyle.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $csstyle-part-symbol: '__' !default;
1010
// components
1111
@mixin component($name){
1212
.#{$name}{
13-
@content
13+
@content;
1414
}
1515
}
1616

@@ -64,7 +64,7 @@ $csstyle-part-symbol: '__' !default;
6464
}
6565
@else {
6666
&#{$csstyle-part-symbol}#{$name}{
67-
@content
67+
@content;
6868
}
6969
}
7070
}
@@ -83,4 +83,4 @@ $csstyle-part-symbol: '__' !default;
8383
#csstyle .\@#{$name}{
8484
@content;
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)
0