tailwind-light-dark
Version:
A Tailwind CSS plugin that generates shorthand utilities for light and dark mode color pairs
44 lines (29 loc) • 1.05 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
- Directional border utilities
- prefers-color-scheme CSS media feature support
- Data attribute manual switching support
- Debug mode with plugin param
- Gradient support
- Arbitrary values support
- Opacity support
## [1.0.3] - 2025-03-25
- Default to v4
- Parameter to specify v3 in tailwind config
## [1.0.2] - 2025-03-15
- Reverted SkeletonUI compatibility :(
- It didn't work
- Cleaned up console logs
## [1.0.1] - 2025-03-15
- SkeletonUI compatibility
## [1.0.0] - 2025-03-15
- Official release
- Improved v3 & v4 detection
## [0.1.0] - 2025-03-13
- Initial release
- Support for all color utilities with light/dark mode pairs
- Special utilities for white/black pairs
- Support for both Tailwind CSS v3 and v4