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 c72a455 commit f3172e3Copy full SHA for f3172e3
‎README.md‎
@@ -93,7 +93,7 @@ ul > li:not(:last-child)::after {
93
}
94
```
95
96
-Use use the `:not()` pseudo-class for the last list item.
+Use the `:not()` pseudo-class for the last list item.
97
98
99
### Select Items Using Negative `nth-child`
@@ -144,6 +144,8 @@ html {
144
145
### Use `max-height` for Pure CSS Sliders
146
147
+Implement CSS-only sliders using `max-height` with overflow hidden:
148
+
149
```css
150
.slider ul {
151
max-height: 0;
@@ -155,7 +157,7 @@ html {
155
157
156
158
159
-Use max-height to implement CSS-only sliders with overflow hidden and you can animate to "auto" height!
160
+You can animate to "auto" height!
161
162
163
### Inherit `box-sizing`
0 commit comments