Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a check for if the value 'auto' is passed to the function to deal with cases where auto is desired as an output. for example: margin: pxToEm(20px auto, 16px); would output -> margin: 1.25em auto;
- Loading branch information