-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto parameters now accept unit changes and any colour names.
Had to add `laxbreak` option to jshint or the code is hard to read. All named colours are replaced with rgba(), and it is possible to use the colour names within rgb/rgba too (ie, from "rgba(red,0.1)" to "rgba(purple,0.8)" This *requires* calc for unit conversion (a future release may deal with simple x->y, but that's not how this is meant to be used) - http://caniuse.com/#feat=calc
- Loading branch information
Showing
4 changed files
with
294 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.