UNPKG

superlatief-mixins

Version:

A custom set of stylus and sass functions and mixins

17 lines (13 loc) 280 B
pos(type, args) i = 0 position: unquote(type) for j in (1..4) if length(args) > i {args[i]}: args[i + 1] is a 'unit' ? args[i += 1] : 0 i += 1 absolute() pos('absolute', arguments) relative() pos('relative', arguments) fixed() pos('fixed', arguments)