This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
CSS import error #30
Comments
I think this is possibly because of the |
What do you mean with " |
Nvm, that wasn't the issue :). I have narrowed this down the the import inliner, its definitely just a bug. |
https://codereview.chromium.org/993423004/ is out to fix this, thanks for the report! This looks like a pretty nasty one. |
Thanks a lot for the fast fix! |
this is published now, web_components 0.10.5+3 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can't get rid of this warning
It is this import
https://github.com/bwu-dart/bwu_datagrid/blob/master/example/src/composite_editor_item_details/composite_editor_view.html#L10
This is the entry page
https://github.com/bwu-dart/bwu_datagrid/blob/master/example/composite_editor_item_details.html
the app-element is https://github.com/bwu-dart/bwu_datagrid/blob/master/example/src/composite_editor_item_details/app_element.html
I tried adding a few
../
but I wasn't able to find a way to point it to the correct directory.The same import works in all other examples. The difference here is that the import is in an element
composite-editor-view
which is imported byapp-element
. In the other examples theexamples.css
is only used in the app-element.The text was updated successfully, but these errors were encountered: