UNPKG
bootstrap-less-port
Version:
latest (2.5.1)
2.5.1
2.5.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.0.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Less port of Bootstrap v4
github.com/seanCodes/bootstrap-less-port
seanCodes/bootstrap-less-port
bootstrap-less-port
/
less
/
mixins
/
_resize.less
7 lines
(5 loc)
•
194 B
text/less
View Raw
1
2
3
4
5
6
7
// Resize anything
#resizable
(
@direction
) {
overflow
: auto;
// Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
resize
:
@direction
;
// Options: horizontal, vertical, both
}