Files
Camilou.fr/VUEJS/myapp/node_modules/css-tree/cjs/parser/parse-selector.cjs
T
Camilla Schoeser 6a71f91e2f ajout du site
2026-05-29 21:38:59 +02:00

9 lines
220 B
JavaScript

'use strict';
const create = require('./create.cjs');
const parserSelector = require('../syntax/config/parser-selector.cjs');
const parseSelector = create.createParser(parserSelector);
module.exports = parseSelector;