UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 298 B
/** * CSS Subgrid * Feature of the CSS Grid Layout Module Level 2 that allows a grid-item with its own grid to align in one or both dimensions with its parent grid. * @see https://caniuse.com/css-subgrid */ /** * @type {import('../features').Feature} */ export default { '': 'subgrid', };