fix(style): 添加no-invalid-position-declaration规则到stylelint配置
This commit is contained in:
@@ -79,6 +79,7 @@ export default {
|
|||||||
'nesting-selector-no-missing-scoping-root': null,
|
'nesting-selector-no-missing-scoping-root': null,
|
||||||
'no-descending-specificity': null,
|
'no-descending-specificity': null,
|
||||||
'no-empty-source': null,
|
'no-empty-source': null,
|
||||||
|
'no-invalid-position-declaration': null,
|
||||||
'order/order': [
|
'order/order': [
|
||||||
[
|
[
|
||||||
'dollar-variables',
|
'dollar-variables',
|
||||||
|
|||||||
Reference in New Issue
Block a user