This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
kevin
/
r2c
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
c584b63956
Branches
Tags
master
r2c
/
user
/
themes
/
quark
/
scss
/
spectre
/
mixins
/
_clearfix.scss
_clearfix.scss
111 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
// Clearfix mixin
@mixin clearfix() {
&::after {
clear: both;
content: "";
display: table;
}
}