-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hey Matt,
can I suggest adding mask-image property to the mixins?
I've used it recently for alpha masking – alpha gradient masks doesn't seem to work in Firefox yet though.
Cheers,
Tomek
-webkit-mask-image: -webkit-gradient(
linear,
left top,
right top,
color-stop(0.0, rgba(0,0,0,0)),
color-stop(0.1, rgba(0,0,0,1)),
color-stop(0.9, rgba(0,0,0,1)),
color-stop(1.0, rgba(0,0,0,0))
);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels