mirror of https://github.com/status-im/consul.git
13 lines
146 B
SCSS
13 lines
146 B
SCSS
|
[id^=docfy-demo-preview-csv-list] {
|
||
|
p, ul {
|
||
|
@extend %csv-list;
|
||
|
}
|
||
|
ol li {
|
||
|
@extend %csv;
|
||
|
}
|
||
|
ol {
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
}
|
||
|
|