authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author durandn
Mon, 23 Nov 2015 15:47:50 +0100
changeset 188 292887ea0866
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Removed tag 00.00.26

// Resize anything

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