Skip to content

Commit

Permalink
Add test case for border-radius with /
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 26, 2024
1 parent 7739172 commit 47ddc79
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -81,6 +81,10 @@ testRule({
code: 'a { border-radius: 1px / 1px; }',
description: 'ignore ellipse',
},
{
code: 'a { border-radius: 1px 1px / 1px; }',
description: 'ignore ellipse',
},
{
code: 'a { border-color: #FFFFFF transparent transparent; }',
description: 'ignore upper case value',
Expand Down

0 comments on commit 47ddc79

Please sign in to comment.