Sha256: 78e262e020cc607a18f81a654baf50b01835627b59f1ac33b970d107bcde551f

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

$get-side-in-direction: (up: top, down: bottom, left: left, right: right);

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

@function get-side-in-opposite-direction($direction)
{
    @return get-side-in-direction(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/_side.scss
dashy-0.0.3 app/assets/stylesheets/dashy/get/_side.scss
dashy-0.0.4 app/assets/stylesheets/dashy/get/_side.scss