Skip to content

Commit

Permalink
test: add missing test case
Browse files Browse the repository at this point in the history
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
sidx1024 and ybiquitous committed Dec 20, 2022
1 parent 01b929e commit c0f91b1
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -329,6 +329,11 @@ testRule({
fixed: 'p { width: -moz-fit-content !important; }',
message: messages.rejected('width'),
},
{
code: 'p { width: 100% !important; width: -moz-fit-content; }',
fixed: 'p { width: 100% !important; }',
message: messages.rejected('width'),
},
],
});

Expand Down

0 comments on commit c0f91b1

Please sign in to comment.