Tailwindcss Dark Mode Versions Save

? A Tailwind CSS plugin that adds variants for dark mode

v1.1.7

3 years ago

Adds support for typography (Thanks to @ycs77).

v1.1.6

3 years ago

Adds support for styling root element (Thanks to @subhero24).

v1.1.5

3 years ago

Adds variant for disabled pseudo-selector (Thanks to @alexpower1).

v1.1.4

4 years ago

Adds variant for placeholder pseudo-selector

v1.1.3

4 years ago

Adds variants for even and odd nth-child pseudo-selectors (Thanks to @AidenMontgomery).

v1.1.2

4 years ago

Adds the ability to customize the selector for dark mode (Thanks to @tbetous).

v1.1.1

4 years ago
  • Swaps static time-based script for one using prefers-color-scheme to enable dark mode based on the user's system theme (Thanks to @ghalex).
  • Reverts postcss-selector-parser from v1.1. It will be re-implemented in v1.2.

v1.0.2

5 years ago

Initial release

v1.0.3

5 years ago

The following variants are now available:

  • dark-hover
  • dark-focus
  • dark-active
  • dark-group-hover
  • dark-focus-within