mirror of
https://github.com/thangisme/notes.git
synced 2025-11-23 13:12:25 -05:00
Initial commit
This commit is contained in:
20
node_modules/stylelint/lib/reference/punctuationSets.js
generated
vendored
Normal file
20
node_modules/stylelint/lib/reference/punctuationSets.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
"use strict"
|
||||
|
||||
const punctuationSets = {}
|
||||
|
||||
punctuationSets.mediaFeaturePunctuation = new Set([
|
||||
":",
|
||||
"=",
|
||||
">",
|
||||
">=",
|
||||
"<",
|
||||
"<=",
|
||||
])
|
||||
|
||||
punctuationSets.nonSpaceCombinators = new Set([
|
||||
">",
|
||||
"+",
|
||||
"~",
|
||||
])
|
||||
|
||||
module.exports = punctuationSets
|
||||
Reference in New Issue
Block a user