This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
appsptb
/
ptb-fe
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
3
Pull Requests
0
Wiki
Árvore:
93b3f38f07
Ramos
Etiquetas
master
ptb-fe
/
styles
/
bootstrap
/
mixins
/
_clearfix.scss
_clearfix.scss
93 B
Histórico
Em bruto
1
2
3
4
5
6
7
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}