mirror of https://github.com/hashicorp/consul
7 lines
135 B
SCSS
7 lines
135 B
SCSS
|
@import './skin';
|
||
|
@import './layout';
|
||
|
// yet to pull the CodeMirror skin into the placeholder
|
||
|
.code-editor {
|
||
|
@extend %code-editor;
|
||
|
}
|