* 'main' of github.com:sass/sass-site:
Cut a release for a new Dart Sass version
Clarify flow control scope documentation (#681)
Add link to a new Maven plugin on the block. (#714)
Fix a redirect loop for /documentation/functions (#712)
Fix link in the blog post about CSS nesting (#713)
* 'main' of github.com:sass/sass-site:
Document the floating-point numbers spec (#708)
Cut a release for a new Dart Sass version
Document constants in calculations (#707)
Fix redirects for random-with-units and color-units (#706)
Fix multiple typos (#703)
Revert "Bump nokogiri from 1.12.5 to 1.13.10 (#699)" (#705)
Bump nokogiri from 1.12.5 to 1.13.10 (#699)
Cut a release for a new Dart Sass version
Cut a release for a new Dart Sass version
Cut a release for a new Dart Sass version
Cut a release for a new Dart Sass version
Document --fatal-deprecation (#702)
Partially roll back #698
Document string.split()
Bump versions of GitHub actions (#698)
Fix broken markdown link in meta.function-exists (#697)
Remove unmaintained links (#696)
Cut a release for a new Dart Sass version
Cut a release for a new Dart Sass version
Cut a release for a new Dart Sass version
* Fix typo in import.html.md.erb
The following sentence:
> ...libraries must **prefix to all** their members...
Should read:
> ...libraries must **add a prefix to all** their members...
* Fix typo in comments.html.md.erb
The following:
> Because the **extend** of the comment...
Should read:
> Because the **extent** of the comment...
* Fix typo in string.html.md.erb
The sentence:
> ...relying on **this** operators...
Should read:
> ...relying on **these** operators...
* Fix typo in string.html.md.erb
The following sentence:
> If **of** `$index` is higher...
Should read:
> If `$index` is higher...
* Reflow source/documentation/at-rules/import.html.md.erb
---------
Co-authored-by: Goodwine <2022649+Goodwine@users.noreply.github.com>