Docs work

This commit is contained in:
Dragory 2019-10-25 21:45:18 +03:00
parent 6a1ec188a6
commit d9b65590d8
10 changed files with 167 additions and 91 deletions

View file

@ -23,7 +23,8 @@
@apply mb-4;
}
& a:not([class]) {
& a:not([class]),
& a[class=""] {
@apply link;
}
@ -36,6 +37,15 @@
}
}
& ol:not([class]) {
@apply list-decimal;
@apply mb-4;
& li {
@apply ml-6;
}
}
& code:not([class]) {
@apply inline-code;
}
@ -44,3 +54,12 @@
max-width: 600px;
}
}
@screen xl {
.main-content {
& a:not([class]),
& a[class=""] {
white-space: nowrap;
}
}
}