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:
@ -2,6 +2,7 @@
|
||||
|
||||
.markdown-body,
|
||||
.prose {
|
||||
@extend %container;
|
||||
@import '_partial/title';
|
||||
@import '_partial/text';
|
||||
@import '_partial/link';
|
||||
|
Reference in New Issue
Block a user