some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / lib / reference / propertySets.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/lib/reference/propertySets.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/lib/reference/propertySets.js
deleted file mode 100644 (file)
index 5228b2e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-"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;