Basic

Sass error - Basic

Sass error

by petko » Mon Jun 22, 2020 8:07 pm

I've tried to customize the style via Sass, but I've got an error about compound extends.

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
I use the latest Sass:

Code: Select all

sass --version
1.26.8 compiled with dart2js 2.8.4
Please advise how can I customize the style?
petko
Registered User
Posts: 2
Joined: Mon Jun 22, 2020 8:03 pm

Re: Sass error

by MrGaby » Wed Jun 24, 2020 6:29 am

Hello

Try Sass Compiler extension : https://www.artodia.com/threads/sass-co ... -3-1.2186/
If you like my work, you can support me with a donation. Thanks!
Donate via Paypal
MrGaby
Registered User
Posts: 224
Joined: Sun Apr 02, 2017 8:04 pm