Sha256: 5336177a4e89c70b555838c798956a964f1fc1849d559de57d16d7dc073c2139
Contents?: true
Size: 302 Bytes
Versions: 3
Compression:
Stored size: 302 Bytes
Contents
$to-dimension-from-orientation: (horizontal width) (vertical height); @function to-dimension-from-orientation($orientation) { @return map-get($to-dimension-from-orientation, $orientation); } @function to-dimension($arg) { @if is-orientation($arg) { @return to-dimension-from-orientation($arg); } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dashy-0.0.5 | app/assets/stylesheets/dashy/to/_dimension.scss |
dashy-0.0.3 | app/assets/stylesheets/dashy/to/_dimension.scss |
dashy-0.0.4 | app/assets/stylesheets/dashy/to/_dimension.scss |