11 lines
167 B
SCSS
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
@import './skin';
@import './layout';
2020-06-17 10:25:54 +01:00
.definition-table {
@extend %definition-table;
}