Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Releases: ChanceArthur/tailwindcss-dark-mode

v1.1.7

16 Oct 17:35

Choose a tag to compare

Adds support for typography (Thanks to @ycs77).

v1.1.6

05 Aug 21:22

Choose a tag to compare

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

v1.1.5

16 Jul 17:30

Choose a tag to compare

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

v1.1.4

20 Apr 18:32

Choose a tag to compare

Adds variant for placeholder pseudo-selector

v1.1.3

13 Mar 04:15

Choose a tag to compare

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

v1.1.2

21 Jan 18:42

Choose a tag to compare

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

v1.1.1

18 Dec 21:12

Choose a tag to compare

  • 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.3

02 May 16:48

Choose a tag to compare

The following variants are now available:

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

v1.0.2

02 May 17:08

Choose a tag to compare

Initial release