mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 07:38:22 +00:00
18 lines
224 B
SCSS
18 lines
224 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
[id^=docfy-demo-preview-csv-list] {
|
|
p, ul {
|
|
@extend %csv-list;
|
|
}
|
|
ol li {
|
|
@extend %csv;
|
|
}
|
|
ol {
|
|
list-style-type: none;
|
|
}
|
|
}
|
|
|