We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2418479 + aee191c commit a448024Copy full SHA for a448024
src/constants.cpp
@@ -140,7 +140,7 @@ namespace Sass {
140
extern const char arglist_name[] = "arglist";
141
142
// constants for uri parsing (RFC 3986 Appendix A.)
143
- extern const char uri_chars[] = ":;/?!$%&#@|[]{}'`^\"*+-.,_=~";
+ extern const char uri_chars[] = ":;/?!%&#@|[]{}'`^\"*+-.,_=~";
144
145
// some specific constant character classes
146
// they must be static to be useable by lexer
0 commit comments