csx
csx copied to clipboard
Utility functions for TypeStyle
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...
*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...
Shouldn't a percent always be a string with a '%' at the end?
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.