aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js')
-rw-r--r--vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js b/vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js
new file mode 100644
index 0000000..b964704
--- /dev/null
+++ b/vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js
@@ -0,0 +1,8 @@
+export default {
+ parse: {
+ prelude: null,
+ block(nested = false) {
+ return this.Block(nested);
+ }
+ }
+};