authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author ymh <ymh.work@gmail.com>
Wed, 22 Jul 2015 17:51:14 +0200
changeset 61 35c0f5fa7890
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Added tag 00.00.10 for changeset 80abd18d84d1

// Resize anything

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