Tailwind Config Viewer Versions Save

A local UI tool for visualizing your Tailwind CSS configuration file.

v2.0.2

3 weeks ago

Fixed

  • #93 Removed console.log (Thanks @ineshbose!)

https://github.com/rogden/tailwind-config-viewer/compare/v2.0.1...v2.0.2

v2.0.1

1 month ago

Fixed

  • Fixed issue where the default Tailwind config would always be displayed in the config viewer.

https://github.com/rogden/tailwind-config-viewer/compare/v2.0.0...v2.0.1

v2.0.0

1 month ago

Fixed

  • #92 Fixed issue where Tailwind config files using ESM syntax would cause the config viewer to break. This fix requires Node >= 13 which is a breaking change and the reason for the major version bump.

https://github.com/rogden/tailwind-config-viewer/compare/v1.7.3...v2.0.0

v1.7.3

6 months ago

Fixed

  • #90 Updated Koa Router version to fix dev server slowness
  • Updated other out-of-date reps
  • Typo in default typography example sentence

v1.7.2

1 year ago

Fixed

  • #67 Class names and values not displaying when fontWeights are defined in config

https://github.com/rogden/tailwind-config-viewer/compare/v1.7.1...v1.7.2

v1.7.0

2 years ago

Added

  • #43 Add Font Famililes section with custom font support (thanks @acharlop !)

https://github.com/rogden/tailwind-config-viewer/compare/v1.6.3...v1.7.0

v1.6.3

2 years ago

Fixed

  • #51 Tailwind v3 not included in peerDependencies

v.1.6.2

2 years ago

Fixed

  • #46 Incorrect rendered font size when font size is declared as an array in Tailwind 2.0 (bug introduced in v1.6.0)

v1.6.1

2 years ago

Fixed

  • Fix color section removed from config viewer 41aae6a

https://github.com/rogden/tailwind-config-viewer/compare/v1.6.0...v1.6.1