-
Notifications
You must be signed in to change notification settings - Fork 740
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
SCSS and Sass give errors with ::
(pseudo-element) in selector
#841
Comments
::
(pseudo-element) in selector
::
(pseudo-element) in selector::
(pseudo-element) in selector
@AlexWayfer What is your Rouge version? Is there a difference between v3.0.0 and v3.1.0? |
I hava these bugs too with vue. state :lang_tag do
rule /(lang\s*=)(\s*)("(?:\\.|[^\\])*?"|'(\\.|[^\\])*?'|[^\s>]+)/ do |m|
groups Name::Attribute, Text, Str
puts "m[2]: #{m[2]}
@lang = lookup_lang(m[2])
end
mixin :tag
end Also, I changed the variable to |
@purecaptain It's vue.rb, isn't it? Is it related to this SASS/SCSS issues? |
It's vue.rb. A vue issues. But it can write SCSS codes in Vue and I found the bug when I writed SCSS codes in Vue . So I think it's also can put the issue in this. |
@purecaptain Please file a new issue for Vue + SCSS issues. It seems not related to this issue. |
Ok |
I've attached links to the official site. I see in footer Also I found it in GitLab 10.2.4 (don't know what version it's using). |
This contribution has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days. |
I can confirm this bug is still there. |
This issue has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days. |
I'll try to get this fixed soon. |
SCSS
Sass
The text was updated successfully, but these errors were encountered: