Sha256: 393e5cac9da8b585bbbbc57c0e35ab0db1cba4fd037f911a8045bf24475a928e

Contents?: true

Size: 181 Bytes

Versions: 3

Compression:

Stored size: 181 Bytes

Contents

$get-opposite-direction: (up: down, down: up, left: right, right: left);

@function get-opposite-direction($direction)
{
    @return map-get($get-opposite-direction, $direction);
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dashy-0.0.5 app/assets/stylesheets/dashy/get/opposite/_direction.scss
dashy-0.0.3 app/assets/stylesheets/dashy/get/opposite/_direction.scss
dashy-0.0.4 app/assets/stylesheets/dashy/get/opposite/_direction.scss