We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed5fc37 + 840e31f commit 42db023Copy full SHA for 42db023
README.md
@@ -52,8 +52,6 @@ To remove any line-clamping, use `line-clamp-none`:
52
53
Utilities are for clamping text up to 6 lines are generated by default:
54
55
-Aspect ratio classes up to 16 are generated by default:
56
-
57
| Class | CSS |
58
| --- | --- |
59
| `line-clamp-1` | `overflow: hidden;`<br>`display: -webkit-box;`<br>`-webkit-box-orient: vertical;`<br>`-webkit-line-clamp: 1;` |
@@ -82,7 +80,7 @@ module.exports = {
82
80
}
83
81
},
84
variants: {
85
- aspectRatio: ['responsive', 'hover']
+ lineClamp: ['responsive', 'hover']
86
87
88
```
0 commit comments