-
Notifications
You must be signed in to change notification settings - Fork 6
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: values should be replaced in selectors as well #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job, avoid removing ;
please
BAH sorry, |
e0baf2f
to
9362f2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job 👍
@evilebottnawi question for you. I'm ultimately trying to get the following to work: @value btn from './btn.module.css';
.foo .btn {
color: red;
} which (with this change) will work in the isolated case. HOWEVER when used with There are a few ways I can think to fix this, one is adding support in The other thought was to actual have the value get replaced wrapped in a |
@jquense oh, i just maintenance this repo on bug fixes, don't have time on design, so feel free to experiment |
can we merge 👍 ? |
@jquense yep, do this in near future |
thanks! |
No description provided.