Sass position Mixins with z-index
Hi,
During the development I got tried of using positions and all related properties, So I decided to makes a mixing to fix it for all.
So here it is
@mixin buildPosition($position, $args: (), $zindex: ()) {
$offsets: top right bottom left;
posit...
ethyan.hashnode.dev