Add from and until mixins docs

This commit is contained in:
Jeremy Thomas
2021-09-20 00:34:41 +01:00
parent f6c0cfc813
commit 009ec28a6d
4 changed files with 149 additions and 4 deletions

View File

@@ -22925,4 +22925,14 @@ fieldset[disabled] .bulma-control-mixin {
color: white;
}
.my-element {
background: red;
}
@media screen and (min-width: 1280px) {
.my-element {
background: blue;
}
}
/*# sourceMappingURL=bulma-docs.css.map */

File diff suppressed because one or more lines are too long