1
0
mirror of synced 2024-11-23 13:36:01 +03:00
select2/themes/learn2/scss/vendor/bourbon/_bourbon-deprecated-upcoming.scss

9 lines
400 B
SCSS
Raw Normal View History

2017-09-03 03:34:47 +03:00
//************************************************************************//
// These mixins/functions are deprecated
// They will be removed in the next MAJOR version release
//************************************************************************//
@mixin inline-block {
display: inline-block;
@warn "inline-block mixin is deprecated and will be removed in the next major version release";
}