feat(uti): Move directory
[csit.git] / resources / tools / dash / app / pal / static / sass / bootstrap / mixins / _resize.scss
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 (file)
index 66f233a..0000000
+++ /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
-}