phone/css/font-awesome-4.7.0/src/assets/less/bootstrap-3.3.5/mixins/resize.less
a3a19fc6
 // Resize anything
 
 .resizable(@direction) {
   resize: @direction; // Options: horizontal, vertical, both
   overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
 }