Your IP : 216.73.216.95


Current Path : /var/www/opcart/upload/admin/view/stylesheet/sass/bootstrap/mixins/
Upload File :
Current File : /var/www/opcart/upload/admin/view/stylesheet/sass/bootstrap/mixins/_resize.scss

// Resize anything

@mixin resizable($direction) {
  resize: $direction; // Options: horizontal, vertical, both
  overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}