Updated open-props
to 1.7.7 (thanks @Leftium). This release includes new variables for px
-based sizes, system font stacks, brand colors, and more.
@use 'open-props-scss' as op;
.foo {
font-family: op.$font-industrial;
min-block-size: op.$size-px-5;
background-color: op.$brand-discord;
}
See all generated .scss
files on npm.
Full source diff: v0.7.1...v0.8.0