UNPKG

279 BJavaScriptView Raw
1'use strict';
2
3const propertySets = {};
4
5propertySets.acceptCustomIdents = new Set([
6 'animation',
7 'animation-name',
8 'font',
9 'font-family',
10 'counter-increment',
11 'grid-row',
12 'grid-column',
13 'grid-area',
14 'list-style',
15 'list-style-type',
16]);
17
18module.exports = propertySets;