Skip to content

Commit 67ece3d

Browse files
committed
Fix typo
1 parent 15cae1b commit 67ece3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/tailwind_merge/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ module Config
717717
# Font Variant Numeric
718718
# @see https://tailwindcss.com/docs/font-variant-numeric
719719
##
720-
"fvn-fraction" => ["diagonal-fractions", "stacked-fractons"],
720+
"fvn-fraction" => ["diagonal-fractions", "stacked-fractions"],
721721
##
722722
# Letter Spacing
723723
# @see https://tailwindcss.com/docs/letter-spacing

lib/tailwind_merge/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TailwindMerge
4-
VERSION = "0.13.2"
4+
VERSION = "0.13.3"
55
end

0 commit comments

Comments
 (0)