sass / libsass

A C/C++ implementation of a Sass compiler
https://sass-lang.com/libsass
Other
4.34k stars 463 forks source link

fix: url() contains exclamation marks cause parsing error (#2880) #3142

Closed Mutefish0 closed 3 years ago

Mutefish0 commented 3 years ago

it should work:

.a {
  background-image: url(https://example.com/abc!!def.png);
}

Refs sass/libsass#2880

mgreter commented 3 years ago

Thx!