csstools / postcss-short

Use advanced shorthand properties in CSS
https://jonathantneal.github.io/postcss-short
Creative Commons Zero v1.0 Universal
189 stars 7 forks source link

"*" properties do not work #5

Closed azat-io closed 9 years ago

azat-io commented 9 years ago

When I write something like this:

div {
  margin: * auto;
}

Nothing happens. Everything else works fine.

jonathantneal commented 9 years ago

This appears to be working in the latest version just fine. [demo]

azat-io commented 9 years ago

@jonathantneal Thanks!