diff options
Diffstat (limited to 'vanilla/node_modules/css-tree/cjs/data-patch.cjs')
| -rw-r--r-- | vanilla/node_modules/css-tree/cjs/data-patch.cjs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vanilla/node_modules/css-tree/cjs/data-patch.cjs b/vanilla/node_modules/css-tree/cjs/data-patch.cjs new file mode 100644 index 0000000..9103ea4 --- /dev/null +++ b/vanilla/node_modules/css-tree/cjs/data-patch.cjs @@ -0,0 +1,7 @@ +'use strict'; + +const patch = require('../data/patch.json'); + +const patch$1 = patch; + +module.exports = patch$1; |
