Sha256: 7ed1ea9f5e2988ebacd46ff86c6cb4af2d1220af490f447e30ad5db8e4222d1b

Contents?: true

Size: 109 Bytes

Versions: 1

Compression:

Stored size: 109 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/assets/stylesheets/ui-kit/default/mixins/helpers/_box_shadow.scss