Skip to content

Commit

Permalink
Add test for property value pairs in @Utility
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jan 4, 2025
1 parent ee9c444 commit 35951b3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/syntax_test.tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,17 @@
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.at-rule.apply.css.tailwind */
/* ^^^^^^ keyword.control.directive.apply.css.tailwind */
/* ^ punctuation.definition.keyword.css.tailwind */
/* ^^^^^^^^^^^^^^^^^^^ entity.other.attribute-name.class.css */
/* ^^^^ entity.other.attribute-name.class.css */
/* ^^^^^^^^^^^^^^ entity.other.attribute-name.class.css */
/* ^ punctuation.terminator.rule.css */

font-family: Helvetica;
/*^^^^^^^^^^^^^^^^^^^^^^^^^ meta.at-rule.utility.css.tailwind meta.block.css */
/* ^^^^^^^^^^^ meta.property-name.css support.type.property-name.css */
/* ^ punctuation.separator.key-value.css */
/* ^^^^^^^^^^ meta.property-value.css */
/* ^^^^^^^^^ meta.string.css string.unquoted.css */
/* ^ punctuation.terminator.rule.css */
}
/* <- meta.at-rule.utility.css.tailwind meta.block.css punctuation.section.block.end.css */

Expand Down

0 comments on commit 35951b3

Please sign in to comment.