BREAKING CHANGE: deprecate `.markdown-body` used as `.prose`
This commit is contained in:
parent
3db644fa05
commit
e9c955a8f1
|
@ -1,12 +1,6 @@
|
|||
%container {
|
||||
@mixin container {
|
||||
max-width: fit-content;
|
||||
font-size: 1rem;
|
||||
color: var(--xm-c-general);
|
||||
line-height: 1.75;
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
> :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
@use '_partial/container' as *;
|
||||
|
||||
.markdown-body,
|
||||
.prose {
|
||||
@extend %container;
|
||||
@include container;
|
||||
@import '_partial/title';
|
||||
@import '_partial/text';
|
||||
@import '_partial/link';
|
||||
|
|
Loading…
Reference in New Issue