Ky Is Vue Cli Plugin Tailwind Versions Save

Utility-first, modern CSS for your Vue app using TailwindCSS.

v2.0.0

5 years ago

Supports Tailwind v1.0 (follow the migration guide).

Upgrade the plugin's default configuration, then apply your customizations to it:

vue invoke @ky-is/tailwind

v2.0.0-beta.2

5 years ago
  • Support builds with empty style files (fix #7)
  • Update dependencies to supported Tailwind betas >= 6
  • Add inset to theme extensions

v2.0.0-beta.1

5 years ago
  • Support TailwindCSS v1.0.0-beta
  • Default postcss-preset-env to stage 0 (allows everything to work out of the box, and there's no drawbacks if you aren't using those features)
  • Update the readme with more information on custom configurations and caveats

Note that Tailwind v1.0.0-beta.5 has a bug that makes it incompatible with this plugin, so the dependency is pinned to beta.4. This issue is fixed for the next Tailwind beta (see https://github.com/tailwindcss/tailwindcss/pull/858).

v1.7.0

5 years ago
  • Improve PurgeCSS classname regex to fix caveat with Vue's object class binding syntax
  • Simplify PostCSS config

v1.6.0

5 years ago
  • Only enable purgeCSS in production builds (#4)

v1.5.0

5 years ago
  • Update to Tailwind v0.7
  • Whitelist Vue's generated classnames by default (for <router-link>, <transition>, <transition-group>)
  • Expanded default config classes

v1.4.0

5 years ago
  • Improved PurgeCSS detection for duplicate CSS classes when using @apply

v1.3.0

5 years ago
  • Removes dependency on postcss-import (using ~ syntax to reference node_modules in css @import)
  • Includes group-hovervariants for visibility by default
  • Adds .pcss file support

Upgrading notes: You can delete the "postcss-import" entry from your package.json "devDependencies".

v1.2.0

5 years ago
  • Generate assets/styles/tailwind as .postcss file for better linting/syntax highlighting.

v1.1.1

5 years ago
  • Support special characters in class names (i.e. .w-1/2)
  • Import tailwind.css via css import for new projects