Sha256: d20f3f84f2693d723b2fefaec0a2c7f56ce4d01f1828de1b9733cd5798006924

Contents?: true

Size: 299 Bytes

Versions: 3

Compression:

Stored size: 299 Bytes

Contents

$to-orientation-from-dimension: (width: horizontal, height: vertical);

@function to-orientation-from-dimension($dimension)
{
	@return map-get($to-orientation-from-dimension, $dimension);
}

@function to-orientation($arg)
{
	@if is-dimension($arg) { @return to-orientation-from-dimension($arg); }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dashy-0.0.5 app/assets/stylesheets/dashy/to/_orientation.scss
dashy-0.0.3 app/assets/stylesheets/dashy/to/_orientation.scss
dashy-0.0.4 app/assets/stylesheets/dashy/to/_orientation.scss