plundergames / less-plugin-auto-rtl

Converts less to apply Rtl Rules when dir="rtl" is set in a parent element
Apache License 2.0
1 stars 0 forks source link

SyntaxError: Cannot read property 'numerator' of undefined #2

Open akram1 opened 6 years ago

akram1 commented 6 years ago

Processing box-shadow results in SyntaxError: Cannot read property 'numerator' of undefined examples:

border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);

-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

-moz-box-shadow: inset 0 0 3px #000000; -webkit-box-shadow: inset 0 0 3px #000000;

plundergames commented 6 years ago

thanks for reporting the issue. This should be fixed with the latest version.