Skip to content

Commit 3c410ee

Browse files
committed
Fix block types of various at-rules
This commit fixes block type of @plugin, @theme and @Utility, which actually define property lists. This change is required to maintain compatibility with more recent ST builds.
1 parent 58fb21c commit 3c410ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tailwind CSS.sublime-syntax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ contexts:
162162
1: punctuation.definition.keyword.css.tailwind
163163
push:
164164
- tailwind-at-plugin-meta
165-
- maybe-stylesheet-block
165+
- maybe-property-list
166166
- tailwind-at-plugin-path
167167

168168
tailwind-at-plugin-meta:
@@ -267,7 +267,7 @@ contexts:
267267
1: punctuation.definition.keyword.css.tailwind
268268
push:
269269
- tailwind-at-theme-meta
270-
- maybe-stylesheet-block
270+
- maybe-property-list
271271

272272
tailwind-at-theme-meta:
273273
- meta_include_prototype: false
@@ -281,7 +281,7 @@ contexts:
281281
1: punctuation.definition.keyword.css.tailwind
282282
push:
283283
- tailwind-at-utility-meta
284-
- maybe-stylesheet-block
284+
- maybe-property-list
285285
- tailwind-at-utility-name
286286

287287
tailwind-at-utility-meta:

0 commit comments

Comments
 (0)