You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### v1.0.3
- `first()` mixin now uses `:first-child` if the given parameter is `1`, closing [#10](#10)
- `n-between()` mixin added ( [see](#) ), closing [#35](#35)
- `at-least()`, `at-most()` and `in-between()` quantity queries mixins added ( [see](#) ), closing [#24](#24)
- `pair-between()` is now `even
-between()`, closing [#34](#34)
- `impair-between()` is now `odd-between()`, closing [#34](#34)
- Source code for the header pattern generator added in the about modal
- Version number added in the footer
- `backdrop-filter` removed from the about page
pair-between(n)
=>even-between(n)
impair-between(n)
=>odd-between(n)
The text was updated successfully, but these errors were encountered: