2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2021-06-23 08:19:35 +00:00
|
|
|
@import './skin';
|
|
|
|
@import './layout';
|
2018-10-19 16:36:38 +00:00
|
|
|
// yet to pull the CodeMirror skin into the placeholder
|
|
|
|
.code-editor {
|
|
|
|
@extend %code-editor;
|
|
|
|
}
|