This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
appsptb
/
ptb-fe
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
3
Pull Requesty
0
Wiki
Strom:
93b3f38f07
Větve
Značky
master
ptb-fe
/
styles
/
bootstrap
/
mixins
/
_clearfix.scss
_clearfix.scss
93 B
Historie
Surový
1
2
3
4
5
6
7
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}