@unocss/transformer-attributify-jsx
Advanced tools
Comparing version
{ | ||
"name": "@unocss/transformer-attributify-jsx", | ||
"version": "0.48.4", | ||
"version": "0.48.5", | ||
"description": "Support valueless attributify in JSX/TSX.", | ||
@@ -36,3 +36,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"dependencies": { | ||
"@unocss/core": "0.48.4" | ||
"@unocss/core": "0.48.5" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
@@ -89,3 +89,3 @@ # @unocss/transformer-attributify-jsx | ||
This transformer will only transform attrubutes that are valid UnoCSS utilities. | ||
This transformer will only transform attributes that are valid UnoCSS utilities. | ||
You can also `blocklist` bypass some attributes from been transformed. | ||
@@ -92,0 +92,0 @@ |
+ Added
- Removed
Updated