doiuse
Version:
Lint CSS for browser support against caniuse database
16 lines (15 loc) • 336 B
JavaScript
export default {
'columns': true,
'column-width': true,
'column-gap': true,
'column-rule': true,
'column-rule-color': true,
'column-rule-width': true,
'column-count': true,
'column-rule-style': true,
'column-span': true,
'column-fill': true,
'break-before': true,
'break-after': true,
'break-inside': true,
};