Sha256: b97aee498fd8262cad6bbce7d668ff73311c4673843e0ebfb326b3d928cb55cf
Contents?: true
Size: 619 Bytes
Versions: 302
Compression:
Stored size: 619 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
302 entries across 296 versions & 8 rubygems