?? GreyFile — Mystic File Browser

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

?? Viewing: _resize.scss

// Resize anything

@mixin resizable($direction) {
  resize: $direction; // Options: horizontal, vertical, both
  overflow: auto; // Safari fix
}


??

??