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.
1 parent 20d8870 commit e88c4ceCopy full SHA for e88c4ce
constants.cpp
@@ -138,7 +138,7 @@ namespace Sass {
138
extern const char arglist_name[] = "arglist";
139
140
// constants for uri parsing (RFC 3986 Appendix A.)
141
- extern const char uri_chars[] = ":;/?!$%&#@[]{}'\"*+-.,_=";
+ extern const char uri_chars[] = ":;/?!$%&#@|[]{}'`^\"*+-.,_=~";
142
143
// some specific constant character classes
144
// they must be static to be useable by lexer
0 commit comments