UNPKG

sass-toolkit

Version:

Think of Toolkit as your swiss army knife for modern design and development.

23 lines (22 loc) 346 B
/** * Clearfix Mixin **/ .clearfix { _setting--clearfix-extend: false; } .clearfix--no-extend { _test: "@include clearfix;"; } .clearfix--no-extend:after { content: ""; display: table; clear: both; } .clearfix--extend { _test: "@include clearfix(true)"; } .clearfix--extend:after { content: ""; display: table; clear: both; }