Skip to content

Commit f216515

Browse files
committed
add TODO comments
1 parent f07cb3d commit f216515

File tree

2 files changed

+2
-0
lines changed
  • lib/rules
    • at-rule-descriptor-no-unknown/__tests__
    • at-rule-descriptor-value-no-unknown/__tests__

2 files changed

+2
-0
lines changed

lib/rules/at-rule-descriptor-no-unknown/__tests__/index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ testRule({
200200
endLine: 11,
201201
endColumn: 6,
202202
description: 'with indirection',
203+
// TODO: unskip once we support @mixin indirection
203204
skip: true,
204205
},
205206
],

lib/rules/at-rule-descriptor-value-no-unknown/__tests__/index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ testRule({
136136
endLine: 11,
137137
endColumn: 23,
138138
description: 'with indirection',
139+
// TODO: unskip once we support @mixin indirection
139140
skip: true,
140141
},
141142
],

0 commit comments

Comments
 (0)