diff options
Diffstat (limited to 'vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs')
| -rw-r--r-- | vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs b/vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs new file mode 100644 index 0000000..7839128 --- /dev/null +++ b/vanilla/node_modules/css-tree/cjs/syntax/scope/index.cjs @@ -0,0 +1,11 @@ +'use strict'; + +const atrulePrelude = require('./atrulePrelude.cjs'); +const selector = require('./selector.cjs'); +const value = require('./value.cjs'); + + + +exports.AtrulePrelude = atrulePrelude; +exports.Selector = selector; +exports.Value = value; |
