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 2 #16

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

Last color without semicolon breaks next classname renaming 2 #16

klimashkin opened this issue May 26, 2017 · 1 comment
Labels

Comments

@klimashkin
Copy link

Related to #13 : )
But now if last property value without semicolon ends with rem

.ToolBar{padding:0 .357143rem}.ToolBar_selected{color:#0f705d}

==>

.t{padding:0 .357143rem}.t_selected{color:#0f705d}

Or such media query

@media(max-width:480px){.AttributeList{display:block}.Header{display:table}}

==>

@media(max-width:480px){.AttributeList{display:block}.t{display:table}}

rcs-core version 0.9.1

@JPeer264
Copy link
Owner

JPeer264 commented May 26, 2017

Thanks for your issues. This should be solved in the latest version v0.9.2 or in rename-css-selectors@1.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants