Code: Select all
D:\MyInfo>sass basic\theme\stylesheet.scss
Error: compound selectors may no longer be extended.
Consider `@extend a, .forumtitle` instead.
See http://bit.ly/ExtendCompound for details.
╷
83 │ @extend a.forumtitle;
│ ^^^^^^^^^^^^
╵
basic\theme\common\_links.scss 83:10 root stylesheet
Code: Select all
sass --version
1.26.8 compiled with dart2js 2.8.4