We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b93dc commit e52281cCopy full SHA for e52281c
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Depend on `tailwindcss@^3.0.0` to use the newly String-based `addVariant`
13
+ function
14
15
## [0.1.0] - 2022-07-27
16
17
- Initial release
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@thoughtbot/tailwindcss-aria-attributes",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "TailwindCSS aria- attribute utilities plugin",
5
"main": "index.js",
6
"repository": {
0 commit comments