diff --git a/core/stylesheets/compass/_support.scss b/core/stylesheets/compass/_support.scss index baeda728cd..573c9c91a8 100644 --- a/core/stylesheets/compass/_support.scss +++ b/core/stylesheets/compass/_support.scss @@ -228,7 +228,7 @@ $css-sel2-support-threshold: $critical-usage-threshold !default; } } } @else if $debug-browser-support { - /* Capability #{$capability} is not prefixed with #{$prefix} because #{prefix-usage($prefix, $capability, $capability-options)}% of users are affected which is less than the threshold of #{$threshold}. */ + /* Capability #{$capability} is not prefixed with #{$prefix} because #{prefix-usage($prefix, $capability, $capability-options)}% of users are affected which is less than the threshold of #{$threshold}%. */ } } @include with-prefix(null) {