Move assets
This commit is contained in:
6
resources/less/bootstrap/mixins/resize.less
vendored
Normal file
6
resources/less/bootstrap/mixins/resize.less
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// Resize anything
|
||||
|
||||
.resizable(@direction) {
|
||||
resize: @direction; // Options: horizontal, vertical, both
|
||||
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
||||
}
|
Reference in New Issue
Block a user