mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Add from and until mixins docs
This commit is contained in:
@@ -249,3 +249,11 @@ $navbar-breakpoint: $tablet;
|
||||
@import "./_sass/global/cc";
|
||||
|
||||
@import "./_sass/examples/mixins";
|
||||
|
||||
.my-element {
|
||||
background: red;
|
||||
|
||||
@include from(1280px) {
|
||||
background: blue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user