We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
size-*
w-* h-*
1 parent 9a17872 commit cafc7d6Copy full SHA for cafc7d6
react/README.md
@@ -35,7 +35,7 @@ import { BeakerIcon } from '@heroicons/react/24/solid'
35
function MyComponent() {
36
return (
37
<div>
38
- <BeakerIcon className="h-6 w-6 text-blue-500" />
+ <BeakerIcon className="size-6 text-blue-500" />
39
<p>...</p>
40
</div>
41
)
vue/README.md
@@ -32,7 +32,7 @@ Now each icon can be imported individually as a Vue component:
32
```vue
33
<template>
34
- <BeakerIcon class="h-6 w-6 text-blue-500" />
+ <BeakerIcon class="size-6 text-blue-500" />
</template>
0 commit comments