-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade vaadin #31
base: master
Are you sure you want to change the base?
upgrade vaadin #31
Conversation
size-limit report 📦
|
Wow, +10%? Unlucky. |
There's some issues with:
I'm going to debug it today. |
It will be nice when Vaadin uses Lit instead of Polymer :) |
Depends on where. Maybe https://github.com/conversionxl/aybolit/blob/master/packages/cxl-lumo-styles/src/utils.js needs to be updated with their latest. |
My first thought is that when the SCSS is parsed, it's being passed in as a string instead of a I don't see any significant differences between our version of |
Wrapping the input with css/unsafeCSS seems to work. Now I'm running into:
These posts make it seem environment related: |
Removing
get's rid of the errors though the typography still doesn't render correctly. |
With https://mobile.twitter.com/serhiikulykov/status/1466137314082660356 perhaps also look into going for optimized imports like |
Typography is working now. |
Looking at https://github.com/vaadin/web-components/blob/e2b36f260eae94ac249fc9f7f1dff43e6228e52a/packages/polymer-legacy-adapter/src/style-modules.js#L8, can we also upgrade to Lit in this PR? For some reason, cxl-app-layout media query stuff is still in here, too. |
Vaadin dropped support for I'll start working on the import refactoring and lit upgrade. |
1117e85
to
1817d30
Compare
Hm, but https://github.com/vaadin/web-components/blob/master/packages/context-menu/src/vaadin-device-detector.js is still there today? |
I see :) |
I'll revert the commit and fix it in the import refactor. |
1817d30
to
d1b8bc5
Compare
|
c12ee5b
to
d1b8bc5
Compare
9f6e5dd
to
e13bd37
Compare
e13bd37
to
b79185e
Compare
@lkraav Let me know your thoughts and I will PR upstream. |
No description provided.