This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
etouimi
/
SPAMAP-Web-App
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
015b74845c
Branches
Tags
master
SPAMAP-Web-App
/
public
/
scss
/
bootstrap
/
mixins
/
_clearfix.scss
_clearfix.scss
93 B
Historique
Raw
1
2
3
4
5
6
7
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}