styled-components / xstyled

A utility-first CSS-in-JS framework built for React. 💅👩‍🎤⚡️
https://xstyled.dev
MIT License
2.27k stars 107 forks source link

Adding outline offset property #360

Closed ghost closed 2 years ago

ghost commented 2 years ago

I added outlineOffset prop to the code because this property was missing. This is also missing a theme getter due to the outline properties getters using the border ones. There is nothing like border-offset in CSS so I omitted it. I have never contributed to other open-source projects other than mine so if there are any errors in my code, please let me know and I'll try my best to fix it.

gregberge commented 2 years ago

Thanks!

ghost commented 2 years ago

Thanks!

No worries, glad I could help!