OSDN Git Service

fix bug and add tool for claim tx
[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 }