mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-21 21:31:11 +01:00
Run dartfmt
This commit is contained in:
parent
75776ca062
commit
00cb5532a0
@ -1949,7 +1949,8 @@ abstract class StylesheetParser extends Parser {
|
||||
scanner.expectChar($ampersand);
|
||||
|
||||
if (scanner.scanChar($ampersand)) {
|
||||
warn('In Sass, "&&" means two copies of the parent selector. You '
|
||||
warn(
|
||||
'In Sass, "&&" means two copies of the parent selector. You '
|
||||
'probably want to use "and" instead.',
|
||||
scanner.spanFrom(start),
|
||||
color: color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user