kristerkari / react-native-sass-transformer

Use Sass to style your React Native apps.
MIT License
219 stars 19 forks source link

setting border width or setting padding error #10

Closed Mar-er closed 6 years ago

Mar-er commented 6 years ago

image

kristerkari commented 6 years ago

Thanks @Mar-er!

The code throws because you are not using a unit.

border-width: 1px works, so just change the code to that.

kristerkari commented 6 years ago

Closing this as there seems to be no further discussion. Let me know if something does not work! :)