Fix CSS comment style to comply with styleguide

pull/3422/merge
Matt Westcott 2017-03-21 10:30:37 +01:00
rodzic 55eaa0c137
commit 405a4a3fe9
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -30,10 +30,11 @@
}
}
@mixin unlistimmediate() {
/* remove list styles, but only for the immediate element - allow nested lists inside it
to keep the default style */
// remove list styles, but only for the immediate element -
// allow nested lists inside it to keep the default style
@mixin unlistimmediate() {
margin-top: 0;
margin-bottom: 0;
padding-left: 0;