UNPKG
bootstrap-progressbar
Version:
latest (0.9.0)
0.9.0
progressbar interactions for twitter bootstrap 2 & 3
www.minddust.com
minddust/bootstrap-progressbar
bootstrap-progressbar
/
resources
/
bootstrap-3.3.2
/
mixins
/
resize.less
7 lines
(5 loc)
•
196 B
text/less
View Raw
1
2
3
4
5
6
7
// Resize anything
.resizable
(
@direction
) {
resize
:
@direction
;
// Options: horizontal, vertical, both
overflow
: auto;
// Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}