Your IP : 3.15.168.214


Current Path : /proc/self/root/home/sudancam/.trash/sooon/src/scss/bootstrap-rtl-fix/mixins/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/sooon/src/scss/bootstrap-rtl-fix/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
}