Skip to content

Commit

Permalink
Fix syntax test
Browse files Browse the repository at this point in the history
Use correct/valid CSS property name.
  • Loading branch information
deathaxe committed Feb 23, 2021
1 parent d5ecaa0 commit 1fda1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/syntax_test.tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
/* ^ meta.property-list.css meta.block.css punctuation.terminator.rule.css */
/* ^^^^^^ keyword.control.directive.apply.css.tailwind */
/* ^^^^^^^^ entity.other.attribute-name.class.css.tailwind */
font-face: Helvetica;
/* ^^^^^^^^^ meta.property-name.css */
font-family: Helvetica;
/* ^^^^^^^^^^^ meta.property-list.css meta.block.css meta.property-name.css support.type.property-name.css */
}

@responsive {
Expand Down

0 comments on commit 1fda1fd

Please sign in to comment.