gladkih / postcss-units

MIT License
12 stars 3 forks source link

Process a value list #9

Closed goodguyry closed 6 years ago

goodguyry commented 6 years ago

Allows for passing a space-separated list of values.

This is based on a Sass function I've used prior to switching to PostCSS and this plugin. I find it handy, and much easier than repeating the function for each value.

Example:

margin: rem(20 0 10 auto);

Thanks. Let me know if you have any questions.

goodguyry commented 6 years ago

Tests are failing on Node v4, which reached EOL status earlier this year. Let me know if you'd like me to update the Travis config as well.

https://github.com/nodejs/Release#end-of-life-releases

gladkih commented 6 years ago

Thanks!

gladkih commented 6 years ago

@goodguyry update config.