mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
refactor(container): use @extend
to import container
This commit is contained in:
parent
aa8823c6eb
commit
5fc2c0a068
@ -1,5 +1,4 @@
|
||||
.markdown-body,
|
||||
.prose {
|
||||
%container {
|
||||
max-width: fit-content;
|
||||
font-size: 1rem;
|
||||
color: var(--xm-c-general);
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.markdown-body,
|
||||
.prose {
|
||||
@extend %container;
|
||||
@import '_partial/title';
|
||||
@import '_partial/text';
|
||||
@import '_partial/link';
|
||||
|
Loading…
x
Reference in New Issue
Block a user