Closed yukulele closed 6 years ago
the Adjacent-Sibling Selector "+" is buggy with phpsass, exemple:
dl>dt{ color:red; +dd{ color:green; } }
don't works
workaround (before fix):
dl>dt{ color:red; &+dd{ color:green; } }
the Adjacent-Sibling Selector "+" is buggy with phpsass, exemple:
don't works
workaround (before fix):