authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author ymh <ymh.work@gmail.com>
Fri, 11 Sep 2015 14:07:22 +0200
changeset 125 d2142a047ed2
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Added tag 00.00.18 for changeset 8b742651d655

// Resize anything

.resizable(@direction) {
  resize: @direction; // Options: horizontal, vertical, both
  overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}