.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / lib / reference / propertySets.js
1 "use strict";
2
3 const propertySets = {};
4
5 propertySets.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
18 module.exports = propertySets;