Let's say you have a background image, and you try to apply backgroundPosition through css. The following is working:
background-position: center;
However, neither of these is:
background-position: 50%;
background-position: 50;
background-position: 0.5;
I'm attaching a stripped version of groceries. The app/groceries/groceries.component.html contains a single GridLayout with a backgroundImage and class - list-page. The list-page class is defined in app.css.
Related to NativeScript/nativescript-dev-webpack#135
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Let's say you have a background image, and you try to apply backgroundPosition through css. The following is working:
However, neither of these is:
I'm attaching a stripped version of groceries. The
app/groceries/groceries.component.htmlcontains a single GridLayout with a backgroundImage and class - list-page. The list-page class is defined inapp.css.Related to NativeScript/nativescript-dev-webpack#135
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.