Skip to content

Commit

Permalink
Update a Dart Sass error for extending compound selectors (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Apr 14, 2018
1 parent d9259a1 commit ffecc16
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Error: expected selector.
Error: compound selectors may longer be extended.
Consider `@extend .foo, .bar` instead.
See http://bit.ly/ExtendCompound for details.

a.baz {@extend .foo.bar}
^
spec/extend-tests/094_test_long_extendee_runs_unification/input.scss 2:20 root stylesheet
/sass/spec/extend-tests/094_test_long_extendee_runs_unification/input.scss 2:20 root stylesheet

0 comments on commit ffecc16

Please sign in to comment.