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

Last color without semicolon breaks next classname renaming #13

Closed
klimashkin opened this issue May 25, 2017 · 1 comment
Closed

Last color without semicolon breaks next classname renaming #13

klimashkin opened this issue May 25, 2017 · 1 comment

Comments

@klimashkin
Copy link

klimashkin commented May 25, 2017

I use rename-css-selectors after webpack with postss (and csswring) have finished their work.

So css goes to rcs-core in minify state, without last semicolon inside class body. And seems like it breaks renaming.

Here is minimal example:

.link{background:#616060}.tag{display:flex}

is transformed into

.t{background:#616060}.tag{display:flex}
@JPeer264
Copy link
Owner

Thanks @klimashkin, that was a really good catch. I fixed that bug in v0.8.4

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

No branches or pull requests

2 participants