_bourbon-deprecated-upcoming.scss 400 B

12345678
  1. //************************************************************************//
  2. // These mixins/functions are deprecated
  3. // They will be removed in the next MAJOR version release
  4. //************************************************************************//
  5. @mixin inline-block {
  6. display: inline-block;
  7. @warn "inline-block mixin is deprecated and will be removed in the next major version release";
  8. }