Skip to content
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

Preserve new lines in installed theme stylesheets #4863

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

different55
Copy link
Contributor

In ZenThemeMarketplaceParent.sys.mjs, we split on new lines but don't add any, so we end up with one long line with some crazy whitespace scattered around.

Given that we loop over each line and add a bit of indentation, I'm assuming we want to preserve the original new lines, so this short pull request just adds one \n per line, plus one for the new at rule.

Signed-off-by: Different55 <burritosaur@protonmail.com>
@mauro-balades mauro-balades merged commit 7b21cf5 into zen-browser:dev Feb 2, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants