-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix(themes): fix typo in layout style #3098
Conversation
missing space caused themes to malfunction, if whitespace sensitive during packing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related to #3100
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When will this be merged? Looks like a no brainer. |
Related with #3078 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect - will fix it
@Tibing :) |
Since i don't know when this will be merged, and i need it now for a deploy, i figured out a way to get this fixed properly until this has been merged:
Open up Now generate a patch file for "patch-package": Every npm install the fix will be patched :) Cheers! |
When will the new version including this one be available? |
add space on line 99
previously missing space caused themes to malfunction, if whitespace sensitive during packing