-
Notifications
You must be signed in to change notification settings - Fork 254
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
Needed update in css mode #55
Comments
Hi @berserkmustdie, I didn't test this. but have you tried setting Cheers, |
I tried. dot still on its place. |
Should be fixed with release v1.0.15. Please see documentation for additional notes. |
Thank You. You a BIG man)) |
You're welcome. :) |
It would be useful to render css file with prefix which can change dot to another symbol.
Example for scss
instead
.icon-1 {...}
.icon-2 {...}
.icon-3 {...}
do
%icon-1 {...}
%icon-2 {...}
%icon-3 {...}
in this case I can use @extend command for :after & :before pseudo-classes, or just another class or even a tag. And I dont need to paste sprite icon class to html file.
Such functionality would be very useful.
The text was updated successfully, but these errors were encountered: