Thomas Grinderslev
Thomas Grinderslev
When using a default value for a variable, as following, an error is returned. ``` .background-image(@img, @repeat: " ", @important: " ") { background-image :e(%("url(%s%s%s)", @cdn, @img, @version)) e(@important); background-repeat:...
### Version 2.6.1 ### Reproduction link [https://github.com/Znegl/nativescript-vue-post-bug](https://github.com/Znegl/nativescript-vue-post-bug) ### Platform and OS info macOS 10.15.6, iOS 13.6, NativeScript Vue 2.6.1 ### Steps to reproduce 1. Run the app on iOS with...
According to the docs the Vue Router is unsupported and we have to wait for the team to resolve the issue. Looking at the git history for the page, the...
**Describe the bug** When wrapping `:hover` style in the media query `@media (hover: hover)` in the component stylesheet, the plugin doesn't apply it. **To Reproduce** Steps to reproduce the behavior:...