Current path: home/webdevt/prestashop17/admin7261/themes/default/scss/vendor/bootstrap-sass/mixins/
?? Go up: /home/webdevt/prestashop17/admin7261/themes/default/scss/vendor/bootstrap-sass
// Resize anything
@mixin resizable($direction) {
resize: $direction; // Options: horizontal, vertical, both
overflow: auto; // Safari fix
}