You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Add utility mixins to allow advanced css short-hand.
Several ideas:
border($width, $style, $color, $radius);
margin($top, $right, $bottom, $left); // allowing null as a value
padding($top, $right, $bottom, $left); // allowing null as a value
position($position, $top, $right, $bottom, $left) // with new 'cover' position value
clearfix;
size($width, $height);
hidden($boolean); // hide visually, but keep access for screen readers
The text was updated successfully, but these errors were encountered:
Add utility mixins to allow advanced css short-hand.
Several ideas:
The text was updated successfully, but these errors were encountered: