summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_resize.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_resize.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_resize.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_resize.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_resize.scss
index 83fa637..66f233a 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_resize.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/_resize.scss
@@ -1,6 +1,6 @@
// Resize anything
@mixin resizable($direction) {
- resize: $direction; // Options: horizontal, vertical, both
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
+ resize: $direction; // Options: horizontal, vertical, both
}