This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
kevin
/
hehe
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
86273530e4
ブランチ
タグ
master
hehe
/
user
/
themes
/
quark
/
scss
/
spectre
/
mixins
/
_clearfix.scss
_clearfix.scss
111 B
履歴
Raw
1
2
3
4
5
6
7
8
// Clearfix mixin
@mixin clearfix() {
&::after {
clear: both;
content: "";
display: table;
}
}