* '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
This merges the color-units and random-with-units deprecation pages
into a single shared function-units page, updates the color-units
deprecations to reflect that Phase 2 has been enacted, and adds new
function unit deprecations.
See #511
See sass/sass#2904
See #662
See sass/sass#3374
Logdown seems to be basically unmaintained, its servers are
unreliable, and it's been causing some mixed-content errors lately.
This moves all blog posts to sass-lang.com itself; I'll set up
redirects from the blog as best I can once this lands.
Closes#401Closes#402Closes#403
Most tables of contents within a single documentation page are quite
short, so having them start out collapsed just requires extra clicks.
This expands them just enough that they're no longer than
the (smallest possible version of) the global table of contents.
Tables of contents are now statically rendered in their appropriately
open/closed states, rather than updated via JavaScript, so they render
correctly on the first page load. In order to make the "page sections"
table still usable without JS, this adds a stylesheet in a <noscript>
tag that forces the sections into an open state.
For some reason, :code seems to add an empty line at the end of its
code block. This uses Markdown code blocks instead, although in order
to work around a RedCarpet bug it has to indent them strangely.
* Make link headers look and work more like GitHub's
* Automatically generate links for all headers
* Flash headers when they're selected
* update readme
- Added the favicons in the source directory
- Disabled the automatic favicon creator. It's doesn't need to run on build each time.
- Fixed the name of the icons in the meta data