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: same postfix rules #68

Merged
merged 1 commit into from
Mar 17, 2022
Merged

fix: same postfix rules #68

merged 1 commit into from
Mar 17, 2022

Conversation

axyz
Copy link
Member

@axyz axyz commented Mar 17, 2022

fix regexp issue that made rules on the same file wit the same postfix e.g.

.bar {
	color: blue;
}

.foo_bar {
	color: blue;
}

to be considered part of the same definition to be concatenated.

@sylvesteraswin
Copy link
Contributor

👍

1 similar comment
@axyz
Copy link
Member Author

axyz commented Mar 17, 2022

👍

@axyz axyz merged commit c5c5a9e into master Mar 17, 2022
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.

None yet

2 participants