Sha256: ea1e6986cf7d3e2c1ce6e3e7378128bcc8712ca380bff915e534399b1465dcfc
Contents?: true
Size: 279 Bytes
Versions: 24
Compression:
Stored size: 279 Bytes
Contents
'use strict'; const propertySets = {}; propertySets.acceptCustomIdents = new Set([ 'animation', 'animation-name', 'font', 'font-family', 'counter-increment', 'grid-row', 'grid-column', 'grid-area', 'list-style', 'list-style-type', ]); module.exports = propertySets;
Version data entries
24 entries across 24 versions & 1 rubygems