This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
kevin
/
hehe
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
776811b3db
Atzari
Tagi
master
hehe
/
user
/
plugins
/
problems
/
scss
/
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;
}
}