aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/resize.less
blob: fabb15d7f0611d3fa1a8810b3a84ca4eb799c1fe (plain)
1
2
3
4
5
6
// Resize anything

.resizable(@direction) {
  resize: @direction; // Options: horizontal, vertical, both
  overflow: auto; // Safari fix
}