sandrina-p / postcss-start-to-end

PostCSS plugin that lets you control your layout (LTR or RTL) through logical rather than physical rules
https://www.npmjs.com/package/postcss-start-to-end
MIT License
18 stars 1 forks source link

box-shadow support #3

Open anaisamp opened 7 years ago

anaisamp commented 7 years ago

Hey @sandrina-p!

Supporting box-shadow would be a great feature! Here is an example:

LTR: box-shadow: 1rem 2rem 3rem black inset; RTL: box-shadow: -1rem 2rem 3rem black inset;

Cheers!

sandrina-p commented 7 years ago

Thanks for reporting. I'll fix it when I find the time.