Skip to content

Commit

Permalink
fix: rename iterms-stretch to items-stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Feb 20, 2023
1 parent b54c3cb commit 95c423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tailwind-parse/src/eval/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ array_map_plugin!(
("items-start", "start"),
("items-end", "end"),
("items-center", "center"),
("iterms-stretch", "stretch")
("items-stretch", "stretch")
],
"justifyItems"
);
Expand Down

0 comments on commit 95c423d

Please sign in to comment.