Skip to content

Commit

Permalink
Allow border-radius: 0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Oct 2, 2022
1 parent e55b3de commit c900e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = {
],
'declaration-no-important': true,
'declaration-property-value-disallowed-list': {
'/^border(?!-(width|spacing))/': [
'/^border(?!-(width|spacing|radius|(top|bottom)-(left|right)-radius))/': [
/thin/,
/medium/,
/thick/,
Expand Down

0 comments on commit c900e48

Please sign in to comment.