UNPKG

stylelint

Version:

A mighty, modern CSS linter.

19 lines (15 loc) 288 B
"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;