This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
andifebri
/
PTB-fe
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
c4bddd7955
Atzari
Tagi
master
PTB-fe
/
styles
/
bootstrap
/
mixins
/
_clearfix.scss
_clearfix.scss
93 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}