This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
kevin
/
anissah
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
04fab6ba46
Atzari
Tagi
master
anissah
/
user
/
themes
/
anissabensalah
/
scss
/
spectre
/
mixins
/
_clearfix.scss
_clearfix.scss
111 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
// Clearfix mixin
@mixin clearfix() {
&::after {
clear: both;
content: "";
display: table;
}
}