support CSS color level 4 functions · Issue #2078 · sass/sass
element { border: 1px solid color(black alpha(50%)); } It currently throws: $color: 50% is not a color for `alpha' Now, I don't expect Sass to do anything with this, as that's the job of a post-...