Skip to content

Commit e52281c

Browse files
committed
Depend on Tailwind 3.x
Re-implement variants using the newly String-based `addVariant` plugin method changed in [tailwindlabs/tailwindcss#5809][]. [tailwindlabs/tailwindcss#5809]: tailwindlabs/tailwindcss#5809
1 parent b7b93dc commit e52281c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Depend on `tailwindcss@^3.0.0` to use the newly String-based `addVariant`
13+
function
14+
1015
## [0.1.0] - 2022-07-27
1116

1217
- Initial release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thoughtbot/tailwindcss-aria-attributes",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "TailwindCSS aria- attribute utilities plugin",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)