mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 21:20:57 +08:00
Usage:
```scss
@use "lib/viewport";
@include viewport.from(sm) {
...
}
@include viewport.until(lg) {
...
}
@include viewport.between(sm, lg) {
...
}
```
Values are inclusive on the lower bound, and exclusive on the upper
bound.
|
||
|---|---|---|
| .. | ||
| viewport.scss | ||