tailwindcss-dotted-background
Version:
A simple Tailwind CSS plugin that adds dotted backgrounds with all for all configured colors and spacing.
25 lines (14 loc) • 620 B
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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.0] - 2023-06-03
### Added
- New utility `bg-dotted-radius` for changing the dot size (#1)
- New utility `bg-dotted-spacing-x` to change the x axis (width) spacing between dots
- New utility `bg-dotted-spacing-y` to change the y axis (height) spacing between dots
## [1.0.1] - 2022-07-24
### Fixed
- Fixed README
## [1.0.0] - 2022-07-24
Initial release