Tailwindcss Variables Versions Save

Easily create css variables without the need for a css file!

v2.7.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mertasan/tailwindcss-variables/compare/v2.6.1...v2.7.0

v2.6.1

1 year ago

The license changed to MIT.

v2.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mertasan/tailwindcss-variables/compare/v2.5.2...v2.6.0

v2.5.2

1 year ago

What's Changed

Full Changelog: https://github.com/mertasan/tailwindcss-variables/compare/v2.5.1...v2.5.2

v2.5.1

1 year ago

What's Changed

  • Bump snapshot-diff from 0.9.0 to 0.10.0 by @dependabot in https://github.com/mertasan/tailwindcss-variables/pull/44
  • Bump postcss to v8.4.16
  • Bump autoprefixer to v10.4.11
  • Bump jest to v28.1.3
  • Bump eslint-config-prettier to v8.5.0
  • Bump eslint-plugin-prettier to v4.2.1
  • Bump eslint to v8.23.1

Full Changelog: https://github.com/mertasan/tailwindcss-variables/compare/v2.5.0...v2.5.1

v2.5.0

1 year ago

What's Changed

  • Add dot support to keys
variables: {
  DEFAULT: {
    sizes: {
      1.5: '1rem'
    }
  }
}
--sizes-1\.5: 1rem;

Full Changelog: https://github.com/mertasan/tailwindcss-variables/compare/v2.4.0...v2.5.0

v2.4.0

1 year ago

What's Changed

Full Changelog: https://github.com/mertasan/tailwindcss-variables/compare/v2.3.0...v2.4.0

v2.3.0

1 year ago

v2.2.4

1 year ago