This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kp11
/
FlashLens_studio
Suivre
41
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
e1e567c59c
Branches
Tags
main
master
FlashLens_studi...
/
scss
/
mixins
/
_clearfix.scss
_clearfix.scss
93 B
Historique
Raw
1
2
3
4
5
6
7
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}