blob: 3bfe3af8a61f150821b32c34785f8bd6c587df87 [file] [log] [blame]
'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;