File "_resize.scss"
Full path: E:/sites/Single15/tinmung2007/webroot/lich nam B/sass/bootstrap/mixins/_resize.scss
File size: 202 B
MIME-type:
Charset: utf-8
// Resize anything
@mixin resizable($direction) {
resize: $direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}