We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #13 : ) But now if last property value without semicolon ends with rem
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
rcs-core
0.9.1
The text was updated successfully, but these errors were encountered:
62a0629
Thanks for your issues. This should be solved in the latest version v0.9.2 or in rename-css-selectors@1.2.2
0.9.2
rename-css-selectors@1.2.2
Sorry, something went wrong.
No branches or pull requests
Related to #13 : )
But now if last property value without semicolon ends with
rem
==>
Or such media query
==>
rcs-core
version0.9.1
The text was updated successfully, but these errors were encountered: