Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Add utility mixins #26

Open
MattMcAdams opened this issue Dec 20, 2019 · 0 comments
Open

Add utility mixins #26

MattMcAdams opened this issue Dec 20, 2019 · 0 comments
Labels
[type] feature This is a request for new functionality

Comments

@MattMcAdams
Copy link
Owner

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
@MattMcAdams MattMcAdams added the [type] feature This is a request for new functionality label Dec 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
[type] feature This is a request for new functionality
Projects
None yet
Development

No branches or pull requests

1 participant