You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.
Hi! Really like what you're doing with Classy, and I'm exploring its suitability for a large project I'm working on. One requirement this project has is the ability to load icons and images for styled elements from a URL, as opposed to only using resources in the app's bundle.
Hi! Really like what you're doing with Classy, and I'm exploring its suitability for a large project I'm working on. One requirement this project has is the ability to load icons and images for styled elements from a URL, as opposed to only using resources in the app's bundle.
In Pixate / CSS, doing this works something like:
.myClass {
background-image: url("http://somewhere.com/images/icon.png");
}
Is there a similar functionality implemented or planned for Classy?
The text was updated successfully, but these errors were encountered: