Sha256: 3ebc218bff4f20bfc333377fd5cc24e289dd533b722d5922d117ce146c1848c9

Contents?: true

Size: 150 Bytes

Versions: 3

Compression:

Stored size: 150 Bytes

Contents

@mixin set-box-shadow($parameters)
{
    -webkit-box-shadow: $parameters;
       -moz-box-shadow: $parameters;
            box-shadow: $parameters;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dashy-0.0.5 app/assets/stylesheets/dashy/set/box/_shadow.scss
dashy-0.0.3 app/assets/stylesheets/dashy/set/box/_shadow.scss
dashy-0.0.4 app/assets/stylesheets/dashy/set/box/_shadow.scss