blob: 5228b2ecca7d5999f3d0edeba1ba32e9415793b0 [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;