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 was archived by the owner on Dec 3, 2021. It is now read-only.
Currently we have to resort to style in javascript like approaches when any asset paths are required in our app CSS. The asset(...) helper is only available in the component, not in its style.
We might want to think of a possibility to somehow allow assets in the <style> section, which will likely need to be implemented as a PostCSS plugin that is automatically loaded in the build service.
Currently we have to resort to style in javascript like approaches when any asset paths are required in our app CSS. The
asset(...)helper is only available in the component, not in its style.We might want to think of a possibility to somehow allow assets in the
<style>section, which will likely need to be implemented as a PostCSS plugin that is automatically loaded in the build service.