Closed railstride closed 4 years ago
Fixed in 8.14.2 Enjoy!
Cool, thanks for the quick reaction! But it doesn’t seem to work yet 😅
Value in Scss File
@each $color-key, $text-color in $text-colors {
.#{$color-key} {
font-family: "Prelo";
opacity: 100%; // ← OPACITY VALUE
color: $text-color;
text-align: $text-align;
font-weight: $text-weight;
font-size: map.get($map: $font-size, $key: "size");
-pt-paragraph-spacing: map.get($map: $font-size, $key: "paragraph-spacing");
line-height: map.get($map: $font-size, $key: "line-height");
}
}
Value in Sketch
It's my fault. I changed an alpha channel of color. Ok, fixed again in 8.14.3 — now opacity: changes opacity! BTW, it supports CSS format (0.0-1.0) too
Hey, the opacity property for Textstyles doesn't seem to work …
Other than that great plugin!