B1t
B1t
Over in TypeStyle we are discussing possibly moving to csstype instead of maintaining types in our repository. https://github.com/typestyle/typestyle/pull/245 One of my biggest fears with this move is that csstype has...
Splitting does not appear to work with certain unicode ranges. ⚡️works but some other emojis do not. Maybe this is an issue with "".split()
When using Mobile safari in an iframe, scroll tracking does not appear to work. I think the scrolling element might be different in that particular scenario.
RGB spec: https://www.w3.org/TR/css3-color/#rgb-color so ```color('rgb(100%, 0%, 0%)')``` should translate to ```rgb(255, 0, 0)```
Moved from https://github.com/typestyle/typestyle/issues/29 >Research: http://lesscss.org/functions/#color-blending
Moved from https://github.com/typestyle/typestyle/issues/31 >See: http://stylus-lang.com/docs/bifs.html#contrasttop-bottom >Could be useful for testing web accessibility or automatically generating color palettes.
Moved from https://github.com/typestyle/typestyle/issues/24 >Returns the complement of a color. (shorthand for adjustHue(180))
Moved from https://github.com/typestyle/typestyle/issues/24 >scale-color([$red], [$green], [$blue], [$saturation], [$lightness], [$alpha]) Fluidly scales one or more properties of a color.
Moved from https://github.com/typestyle/typestyle/issues/24 >ieHexString() Converts a color into the format understood by IE filters.
I would like to add this to https://github.com/notoriousb1t/awesome-css-variables but I think a clear LICENSE needs to be either in the README or in a LICENSE file in the root. Could...