Skip to content

Commit 7f2cb76

Browse files
committed
Add new Helpers - Extends file
1 parent c959a43 commit 7f2cb76

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

helpers/_extends.sass

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)