Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/theme/boost/scss/bootstrap/mixins/
Upload File :
Current File : /var/www/ljmtc/cbt/theme/boost/scss/bootstrap/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
}