Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Getting out of nested SASS easily Reply To: Getting out of nested SASS easily

#169063
Paulie_D
Member

Just to clarify in my mind.

What does .no-svg actually mean?

If you are saying that it doesn’t support SVG images them surely adding the properties in the right order would solve that?

.my-element {
background-image: url(image.png);
  background-image: url(image.svg);
}

On the other hand if .no-svg means something else that’s a whole other issue.