Sha256: 35df2bae1de9234ce306793895e203cb01726f30221181a01e0179647de89fb1

Contents?: true

Size: 621 Bytes

Versions: 4

Compression:

Stored size: 621 Bytes

Contents

//************************************************************************//
// These mixins/functions are deprecated
// They will be removed in the next MAJOR version release
//************************************************************************//
@mixin box-shadow ($shadows...) {
  @include prefixer(box-shadow, $shadows, spec);
  //@warn "box-shadow is deprecated and will be removed in the next major version release";
}

@mixin background-size ($lengths...) {
  @include prefixer(background-size, $lengths, spec);
  @warn "background-size is deprecated and will be removed in the next major version release";
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moovui-0.1.2 app/assets/stylesheets/bourbon/_bourbon-deprecated-upcoming.scss
moovui-0.1.1 app/assets/stylesheets/bourbon/_bourbon-deprecated-upcoming.scss
moovui-0.0.2 bourbon/_bourbon-deprecated-upcoming.scss
moovui-0.0.1 bourbon/_bourbon-deprecated-upcoming.scss