Skip to content

️ deps(dev): Bump tailwindcss from 3.0.13 to 3.0.20

Yogi Bot requested to merge dependabot-npm_and_yarn-tailwindcss-3.0.20 into main

Bumps tailwindcss from 3.0.13 to 3.0.20.

Release notes

Sourced from tailwindcss's releases.

v3.0.20

Added

  • Expose context.sortClassList(classes) (#7412)

v3.0.19

Fixed

  • Fix preflight border color fallback (#7288)
  • Correctly parse shadow lengths without a leading zero (#7289)
  • Don't crash when scanning extremely long class candidates (#7331)
  • Use less hacky fix for URLs detected as custom properties (#7275)
  • Correctly generate negative utilities when dash is before the prefix (#7295)
  • Detect prefixed negative utilities in the safelist (#7295)

v3.0.18

Fixed

  • Fix @apply order regression (in addComponents, addUtilities, ...) (#7232)
  • Quick fix for incorrect arbitrary properties when using URLs (#7252)

v3.0.17

Fixed

  • Remove false positive warning in CLI when using the --content option (#7220)

v3.0.16

Fixed

  • Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) (#7080)
  • Improve various warnings (#7118)
  • Fix grammatical mistake (cca5a38)

v3.0.15

Fixed

  • Temporarily remove optional chaining in nesting plugin (#7077)

v3.0.14

Added

  • Show warnings for invalid content config (#7065)

Fixed

  • Only emit utility/component variants when those layers exist (#7066)
  • Ensure nesting plugins can receive options (#7016)
Changelog

Sourced from tailwindcss's changelog.

[3.0.20] - 2022-02-10

Added

  • Expose context.sortClassList(classes) (#7412)

[3.0.19] - 2022-02-07

Fixed

  • Fix preflight border color fallback (#7288)
  • Correctly parse shadow lengths without a leading zero (#7289)
  • Don't crash when scanning extremely long class candidates (#7331)
  • Use less hacky fix for URLs detected as custom properties (#7275)
  • Correctly generate negative utilities when dash is before the prefix (#7295)
  • Detect prefixed negative utilities in the safelist (#7295)

[3.0.18] - 2022-01-28

Fixed

  • Fix @apply order regression (in addComponents, addUtilities, ...) (#7232)
  • Quick fix for incorrect arbitrary properties when using URLs (#7252)

[3.0.17] - 2022-01-26

Fixed

  • Remove false positive warning in CLI when using the --content option (#7220)

[3.0.16] - 2022-01-24

Fixed

  • Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) (#7080)
  • Improve various warnings (#7118)
  • Fix grammatical mistake (cca5a38)

[3.0.15] - 2022-01-15

Fixed

  • Temporarily remove optional chaining in nesting plugin (#7077)

[3.0.14] - 2022-01-14

Added

  • Show warnings for invalid content config (#7065)

... (truncated)

Commits

Merge request reports