Updating compat tags syntax

This commit is contained in:
Sana Javed 2023-06-02 18:07:56 +02:00
parent fde396f2d6
commit 6984ef6bfa
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ introduction: >
{{ "## Precision" | markdown }}
{% compatibility true, false, null, '3.5.0', '10 Digit Default' %}
{% compatibility 'dart: true', 'libsass: false', 'ruby: "3.5.0"', 'feature: "10 Digit Default"' %}
LibSass and older versions of Ruby Sass default to 5 digits of numeric
precision, but can be configured to use a different number. It's recommended
that users configure them for 10 digits for greater accuracy and

View File

@ -175,7 +175,7 @@ introduction: >
{{ '### Escapes in Unquoted Strings' | markdown }}
{% compatibility '1.11.0', false, null, false, 'Normalization' %}
{% compatibility 'dart: "1.11.0"', 'libsass: false', 'ruby: false', 'feature: "Normalization"' %}
LibSass, Ruby Sass, and older versions of Dart Sass don't normalize escapes in
identifiers. Instead, the text in the unquoted string is the exact text the
user wrote. For example, `\1F46D` and `👭` are not considered equivalent.