mirror of
https://github.com/thangisme/notes.git
synced 2025-11-23 13:12:25 -05:00
Initial commit
This commit is contained in:
18
node_modules/stylelint/lib/reference/propertySets.js
generated
vendored
Normal file
18
node_modules/stylelint/lib/reference/propertySets.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"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
|
||||
Reference in New Issue
Block a user