mirror of
https://github.com/status-im/consul.git
synced 2025-01-16 16:54:55 +00:00
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;
|
||
|
}
|
||
|
}
|
||
|
|