summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Bootstrap/resources/bootstrap/less/mixins/resize.less
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Bootstrap/resources/bootstrap/less/mixins/resize.less')
-rw-r--r--www/wiki/extensions/Bootstrap/resources/bootstrap/less/mixins/resize.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/wiki/extensions/Bootstrap/resources/bootstrap/less/mixins/resize.less b/www/wiki/extensions/Bootstrap/resources/bootstrap/less/mixins/resize.less
new file mode 100644
index 00000000..3acd3afd
--- /dev/null
+++ b/www/wiki/extensions/Bootstrap/resources/bootstrap/less/mixins/resize.less
@@ -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`
+}