Fix conversion problem for inherent classes
raphamorim opened this issue · 2 comments
raphamorim commented
At present we've problems w/ conversion for inherent classes (e.g: .father.isActive
)
In actual version, for solve this use a especific method. But, the conversion happens in wrong way.
Example:
sample.css ---> sample.js
.father.son {
---> .father-son {
raphamorim commented
Referenced in #1
raphamorim commented
Done -> #7