JohnCoates / CSSketch

Plugin that adds CSS support to Sketch 3 for a faster design workflow.
MIT License
1.89k stars 97 forks source link

[Feature Request] Add Support for CSS `opacity` Property #32

Open luxlogica opened 8 years ago

luxlogica commented 8 years ago

It would be incredibly useful to be able to set the opacity of layers directly via CSSketch:

.bg-img { opacity: 0.35; }
.vertical-rule { opacity: 0.6; }