aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_resize.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_resize.scss')
-rw-r--r--resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_resize.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_resize.scss b/resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_resize.scss
deleted file mode 100644
index 66f233a63c..0000000000
--- a/resources/tools/dash/app/pal/static/sass/bootstrap/mixins/_resize.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-// Resize anything
-
-@mixin resizable($direction) {
- overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
- resize: $direction; // Options: horizontal, vertical, both
-}