-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
3f8ed6d
commit 4372ea9
Showing
9 changed files
with
927 additions
and
558 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
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
:global { | ||
.CodeMirror { | ||
color: #666; | ||
line-height: 1.45; | ||
background-color: $alabaster; | ||
font-family: 'Fira Mono', monospace; | ||
overflow: hidden; | ||
border: 1px solid $border-colour; | ||
border-radius: $border-radius; | ||
margin-bottom: 4rem; | ||
} | ||
|
||
.CodeMirror-gutters { | ||
background: darken($alabaster, 2%); | ||
border: none; | ||
} | ||
|
||
.CodeMirror-guttermarker, .CodeMirror-guttermarker-subtle, .CodeMirror-linenumber { | ||
color: #999; | ||
} | ||
|
||
.CodeMirror-cursor { | ||
border-left: 1px solid #000; | ||
} | ||
|
||
.CodeMirror pre { | ||
padding: 0 12px; | ||
} | ||
|
||
.CodeMirror-sizer { | ||
padding: 10px 0px 0px; | ||
} | ||
|
||
.cm-s-swanky .cm-string { color: $bittersweet; } | ||
.cm-s-swanky .cm-attribute { color: $scooter; } | ||
.cm-s-swanky .cm-tag { color: $scooter; } | ||
} |
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
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,7 +1,3 @@ | ||
if (__DEV__) { | ||
module.hot.accept(); | ||
} | ||
|
||
// Nav | ||
import './js/nav'; | ||
import gumshoe from './js/libs/gumshoe'; | ||
|
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
Oops, something went wrong.