Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+// Resize anything
2
+
3
+.resizable(@direction) {
4
+  resize: @direction; // Options: horizontal, vertical, both
5
+  overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
6
+}