authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author ymh <ymh.work@gmail.com>
Mon, 20 Jul 2015 08:30:18 +0200
changeset 34 9f9ba0566e01
parent 0 1afc9d2ab94d
permissions -rw-r--r--
remove cache for remie

// Resize anything

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