There was an error while loading. Please reload this page.
1 parent c959a43 commit 7f2cb76Copy full SHA for 7f2cb76
1 file changed
helpers/_extends.sass
@@ -0,0 +1,25 @@
1
+// *************************************
2
+//
3
+// Extends
4
5
6
+
7
+// -------------------------------------
8
+// Faux Hide
9
10
11
+%fauxHide
12
+ height: 0
13
+ opacity: 0
14
+ overflow: hidden
15
+ visibility: hidden
16
17
18
+// Faux Show
19
20
21
+%fauxShow
22
+ height: auto
23
+ opacity: 1
24
+ overflow: visible
25
+ visibility: visible
0 commit comments