UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

11 lines (9 loc) 253 B
const VALUES = ['max-content', 'min-content', 'fit-content', 'fill-available', 'stretch', 'fill']; export default { 'width': VALUES, 'min-width': VALUES, 'max-width': VALUES, 'height': VALUES, 'min-height': VALUES, 'max-height': VALUES, };