chore: update deps
This commit is contained in:
19
node_modules/css-tree/cjs/syntax/config/parser-selector.cjs
generated
vendored
Normal file
19
node_modules/css-tree/cjs/syntax/config/parser-selector.cjs
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
'use strict';
|
||||
|
||||
const index = require('../pseudo/index.cjs');
|
||||
const indexParseSelector = require('../node/index-parse-selector.cjs');
|
||||
const selector = require('../scope/selector.cjs');
|
||||
|
||||
const config = {
|
||||
parseContext: {
|
||||
default: 'SelectorList',
|
||||
selectorList: 'SelectorList',
|
||||
selector: 'Selector'
|
||||
},
|
||||
scope: { Selector: selector },
|
||||
atrule: {},
|
||||
pseudo: index,
|
||||
node: indexParseSelector
|
||||
};
|
||||
|
||||
module.exports = config;
|
Reference in New Issue
Block a user