-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zach Green
committed
Dec 13, 2016
1 parent
fed3b8b
commit ef58822
Showing
6 changed files
with
3 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%}.baz:before{content:'test';position:fixed} | ||
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%}.baz:before{content:'test';position:fixed} | ||
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,3 @@ | |
border: 10px solid gold; | ||
height: 100%; | ||
} | ||
|
||
.baz::before { | ||
content: 'test'; | ||
position: fixed; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
.foo { | ||
display: flex; | ||
width: calc(100% - 200px); | ||
} | ||
|
||
.bar { | ||
border: 10px solid gold; | ||
height: 100%; | ||
} | ||
|
||
.baz::before { | ||
content: 'test'; | ||
position: fixed; | ||
} | ||
.foo{display:flex;width:calc(100% - 200px)}.bar{border:10px solid gold;height:100%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,3 @@ | |
border: 10px solid gold; | ||
height: 100%; | ||
} | ||
|
||
.baz::before { | ||
content: 'test'; | ||
position: fixed; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,3 @@ | |
border: 10px solid gold; | ||
height: 100%; | ||
} | ||
|
||
.baz::before { | ||
content: 'test'; | ||
position: fixed; | ||
} |