postcss / postcss-color-function

PostCSS plugin to transform W3C CSS color function to more compatible CSS
MIT License
323 stars 31 forks source link

Sass::color::mix support #9

Closed iamstarkov closed 9 years ago

iamstarkov commented 9 years ago

Sass have very nice feature to mix colors, which have a name mix. Example from ALA. Does postcss-color-function support it?

MoOx commented 9 years ago

This plugin transform W3C CSS color function. If there is no spec about that (and I don't think there is for now), this will not be supported.

ai commented 9 years ago

@iamstarkov it is time to start own plugin? :-)

iamstarkov commented 9 years ago

probably =)

iamstarkov commented 9 years ago

This plugin transform W3C CSS color function. If there is no spec about that (and I don't think there is for now), this will not be supported.

Can you state this in readme and include link to this spec too?

MoOx commented 9 years ago

The readme already mention that it is transforming W3C CSS color function. I will add link to spec

iamstarkov commented 9 years ago

thanks a lot =)