Current Path :
/
home
/
develito
/
.trash
/
v5
/
media
/
vendor
/
bootstrap
/
scss
/
mixins
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/.trash/v5/media/vendor/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 }