We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cae1b commit 67ece3dCopy full SHA for 67ece3d
lib/tailwind_merge/config.rb
@@ -717,7 +717,7 @@ module Config
717
# Font Variant Numeric
718
# @see https://tailwindcss.com/docs/font-variant-numeric
719
##
720
- "fvn-fraction" => ["diagonal-fractions", "stacked-fractons"],
+ "fvn-fraction" => ["diagonal-fractions", "stacked-fractions"],
721
722
# Letter Spacing
723
# @see https://tailwindcss.com/docs/letter-spacing
lib/tailwind_merge/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module TailwindMerge
4
- VERSION = "0.13.2"
+ VERSION = "0.13.3"
5
end
0 commit comments