Skip to content

Commit

Permalink
Update width syntax definition patch
Browse files Browse the repository at this point in the history
- min-intrinsic
- -moz-min-content
- -moz-available
- -webkit-fill-available

https://caniuse.com/mdn-css_properties_width_min-content
https://caniuse.com/intrinsic-width
  • Loading branch information
Mouvedia committed Feb 4, 2023
1 parent 612cc5f commit 27cd4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/patch.json
Expand Up @@ -310,7 +310,7 @@
"https://developer.mozilla.org/en-US/docs/Web/CSS/width",
"https://github.com/csstree/stylelint-validator/issues/29"
],
"syntax": "| fill | stretch | intrinsic | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content"
"syntax": "| fill | stretch | intrinsic | min-intrinsic | -moz-min-content | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content | -moz-available | -webkit-fill-available"
},
"min-width": {
"comment": "extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",
Expand Down

0 comments on commit 27cd4a7

Please sign in to comment.