This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
Currently, if we define grouped selectors like:
and extend them like:
the output is:
The addition of the placeholder selector causes the entire group of selectors where it is defined to be removed from the output CSS. The expected output would be:
This is a well-known issue, for instance documented by Ben Frain here. I am creating this issue for the purpose of tracking this particular bug, and creating a related spec in sass-spec.
This may be considered a child issue of #146.