We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf3e8a commit 7438f62Copy full SHA for 7438f62
Syntaxes/Less.sublime-syntax
@@ -506,6 +506,7 @@ contexts:
506
0: keyword.control.directive.css
507
1: punctuation.definition.keyword.css
508
push:
509
+ - at-import-media-query
510
- at-import-body
511
- at-import-options-list
512
@@ -524,6 +525,11 @@ contexts:
524
525
- match: '{{less_import_options}}'
526
scope: constant.language.import.less
527
528
+ at-import-media-query:
529
+ # Note: A dummy context to maintain backward compatibility
530
+ - meta_append: true
531
+ - include: else-pop
532
+
533
###[ LESS AT PLUGINS ]#########################################################
534
535
less-plugins:
0 commit comments