authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author ymh <ymh.work@gmail.com>
Thu, 16 Jul 2015 14:01:32 +0200
changeset 20 7bf0d24f654b
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Added tag 00.00.01 for changeset e24870556c07

// Resize anything

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