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
Vulcanize is the Polymer build tool that can inline HTML and CSS imports. When an app is vulcanized with the --inline-css flag enabled, the map tiles will not show up correctly. This is caused due to the leaflet css file not loading correctly.
Vulcanize is the Polymer build tool that can inline HTML and CSS imports. When an app is vulcanized with the
--inline-css
flag enabled, the map tiles will not show up correctly. This is caused due to the leaflet css file not loading correctly.I am using Polymer 1.1.0 where external CSS files have been deprecated but should still work.
Can be reproduced by installing vulcanize and vulcanizing the demo.
npm install vulcanize vulcanize --inline-css demo.html > demo.vulcan.html
Work around is to add this line to your root HTML file before vulcanizing, making the CSS available to all.
The text was updated successfully, but these errors were encountered: