authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author ymh <ymh.work@gmail.com>
Wed, 22 Jul 2015 16:25:16 +0200
changeset 52 d5f030dbdb47
parent 0 1afc9d2ab94d
permissions -rw-r--r--
upgrade ldt, add project copy, remove django warnings as much as possible

// Resize anything

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