mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 13:51:46 +01:00
Updating compat tags syntax
This commit is contained in:
parent
fde396f2d6
commit
6984ef6bfa
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user