Skip to content

Instantly share code, notes, and snippets.

View victorS7P's full-sized avatar

Victor Costa victorS7P

View GitHub Profile
@victorS7P
victorS7P / spacers.scss
Last active March 3, 2021 02:41
padding and margin bootstrap based helpers
$positions: (
t: ('top'),
r: ('right'),
b: ('bottom'),
l: ('left'),
x: ('left', 'right'),
y: ('top', 'bottom')
);
@mixin sizeValue($prop, $i) {