-
Notifications
You must be signed in to change notification settings - Fork 470
Closed
Description
Dart and Ruby Sass are adding a warning for &&
, since it looks like a logical operator but doesn't behave like one. The text we're using is In Sass, "&&" means two copies of the parent selector. You probably want to use "and" instead.
. LibSass should add the same warning.
See sass/sass#2429 and sass/sass-spec#1192.