OSDN Git Service

11a977b7373dab15046354e1b27b88f29acdf44f
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / mixins / _clearfix.scss
1 @mixin clearfix() {
2   &::after {
3     display: block;
4     clear: both;
5     content: "";
6   }
7 }