-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Input CSS using the blackness adjuster:
body { background-color: color(#000 b(10%)) }
Result CSS after using the blackness adjuster:
body { background-color: rgb(230, 0, 0) }
That’s a bold red. Here’s an example:
https://codepen.io/jonneal/pen/a8843ad869e1f31d8448d7ab6dc65a18
Is this limited to the version of cssnext on CodePen or is this still a bug?
am