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

fix: whitespace before punctuation #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

luoxiaozero
Copy link
Contributor

div >:deep(h3) {
    color: orange;
}

error render:

div.test .test>h3{color: orange;}

should be:

div.test>h3{color: orange;}

@abishekatp
Copy link
Owner

abishekatp commented Mar 30, 2023

I think this problem is happening when we use style_sheet! macro without formatting css file using some IDE tools. because for me this problem was not happenning in styel_sheet! macro because IDE auto eliminates this unwanted spaces. I will merge this and also check whether there are some other cases like this.

@luoxiaozero
Copy link
Contributor Author

ok

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