This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
kevin
/
hehe
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
0172f56950
Větve
Značky
master
hehe
/
user
/
themes
/
quark
/
scss
/
spectre
/
mixins
/
_clearfix.scss
_clearfix.scss
111 B
Historie
Surový
1
2
3
4
5
6
7
8
// Clearfix mixin
@mixin clearfix() {
&::after {
clear: both;
content: "";
display: table;
}
}