mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 02:18:25 +00:00
12 lines
213 B
SCSS
12 lines
213 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
@import './skin';
|
|
@import './layout';
|
|
// yet to pull the CodeMirror skin into the placeholder
|
|
.code-editor {
|
|
@extend %code-editor;
|
|
}
|