mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
chore(lint): use @kuohuanhuan/stylelint-config
as Stylelint config
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
@use 'sass:meta';
|
||||
|
||||
@use 'variables/constants';
|
||||
@use 'variables/colors';
|
||||
|
||||
@use 'variables/modes/light';
|
||||
@use 'variables/modes/dark';
|
||||
|
||||
@ -10,6 +8,7 @@
|
||||
@each $name, $val in meta.module-variables('constants') {
|
||||
--xm-#{$name}: #{$val};
|
||||
}
|
||||
|
||||
@each $name, $val in meta.module-variables('colors') {
|
||||
--xm-c-#{$name}: #{$val};
|
||||
}
|
||||
@ -20,6 +19,7 @@
|
||||
--xm-c-#{$name}: #{$val};
|
||||
}
|
||||
}
|
||||
|
||||
.dark .markdown-body {
|
||||
@each $name, $val in meta.module-variables('dark') {
|
||||
--xm-c-#{$name}: #{$val};
|
||||
|
Reference in New Issue
Block a user