You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Expected that the code about will output to console: .tooltip--arrow-down .tooltip__arrow:before
But I get: .tooltip--arrow-down .tooltip__arrow .tooltip--arrow-down .tooltip__arrow:before.
I've tried to compile that code with Ruby Sass and everything works as expected. I guess that the bug comes from LibSass, but I don't really sure about it.
node-sass 4.7.1
The text was updated successfully, but these errors were encountered:
I've got the following code:
Expected that the code about will output to console:
.tooltip--arrow-down .tooltip__arrow:before
But I get:
.tooltip--arrow-down .tooltip__arrow .tooltip--arrow-down .tooltip__arrow:before
.I've tried to compile that code with Ruby Sass and everything works as expected. I guess that the bug comes from LibSass, but I don't really sure about it.
The text was updated successfully, but these errors were encountered: