查找内容:
指定编码:
GB2312
UTF-8
BIG5
EUC-KR
EUC-JP
SHIFT-JIS
WINDOWS-874
ISO-8859-1
// ========================================================================== // Clearings // // You can either use the mixin or @extend .clear. // ========================================================================== // The mixin @mixin clearfix() { &:before, &:after { content: ""; display: table; } &:after { clear: both; } } %clearfix { @include clearfix; }
文件修改时间
以二进制形式保存文件(建议使用)