Skip to content

Commit

Permalink
Allow "!" in custom property values
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Mar 24, 2018
1 parent 07222d6 commit 77f1323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prelexer.cpp
Expand Up @@ -1606,7 +1606,7 @@ namespace Sass {
>(src);
}

extern const char css_variable_url_top_level_negates[] = "()[]{}\"'#/;!";
extern const char css_variable_url_top_level_negates[] = "()[]{}\"'#/;";
const char* css_variable_top_level_value(const char* src) {
return sequence<
alternatives<
Expand Down

0 comments on commit 77f1323

Please sign in to comment.