kristoferjoseph / postcss-modular-scale

PostCSS plugin for adding modular scale to your styles
MIT License
53 stars 9 forks source link

Add support for shorthand CSS properties. #20

Closed bramstein closed 8 years ago

bramstein commented 8 years ago

This adds support for modular scale calls in shorthand properties. It does this by parsing the values using the "postcss-value-parser" library. This pull requests also adds two new tests to cover the new support and error cases.

kristoferjoseph commented 8 years ago

Thank you kindly!