Your IP : 216.73.217.13


Current Path : /home/p/o/n/poneycluc/www/plugins/system/t4/themes/base/vendors/bootstrap/scss/mixins/
Upload File :
Current File : /home/p/o/n/poneycluc/www/plugins/system/t4/themes/base/vendors/bootstrap/scss/mixins/_resize.scss

// Resize anything

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