-
Notifications
You must be signed in to change notification settings - Fork 59
Avoid adding Template info to style.css if it's empty #315
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
Conversation
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.
Also, it is preserved in create blank theme option (create blank theme -> activate -> export)
Thanks for testing! The new line should is now avoided after the latest commit. |
Co-authored-by: Jeff Ong <jonger4@gmail.com>
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.
This is now working as advertised, but why is the diff so large with fallback-fonts-list.json
?
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.
Looks like the changes to fallback-fonts-list.json
should just be removed from this PR, but otherwise this looks good to bring in.
Thanks for taking a look!
That was solved by merging with the latest trunk version. |
Avoid adding Template info to style.css if it's empty
Fixes: #314