Go to file
Eric Mutta abaee7ea73
Fix multiple typos (#703)
* 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>
2023-03-22 14:26:06 -07:00
.github/workflows Partially roll back #698 2023-03-03 15:08:12 -08:00
data Fix broken link: update link from "color-units" to "function-units" (#691) 2023-01-12 21:04:05 +00:00
helpers Add href to compatibility callout toggle (#625) 2022-08-22 13:19:09 -07:00
lib Fix URLs in "middleman serve" 2018-12-28 16:38:01 -08:00
source Fix multiple typos (#703) 2023-03-22 14:26:06 -07:00
tool Make the TypeDoc theme resilient against nested child lists (#589) 2021-10-11 22:10:12 +00:00
.editorconfig clean up functions update intended code style in style guide 2018-10-26 21:35:30 -07:00
.gitattributes clean up functions update intended code style in style guide 2018-10-26 21:35:30 -07:00
.gitignore Build JS API docs from the TypeScript declarations 2021-10-04 19:53:08 -07:00
app.json Add a NodeJS buildpack 2021-10-04 19:53:08 -07:00
CODE_OF_CONDUCT.md Always use HTTPS (#291) 2019-03-04 15:04:23 -06:00
config.rb Add/update strict function unit documentation (#683) 2022-10-28 16:35:58 -07:00
config.ru Fix redirects (#649) 2022-06-22 16:44:37 -07:00
CONTRIBUTING.md Fixing typo (#616) 2022-10-13 10:26:33 -07:00
Gemfile Revert "Bump nokogiri from 1.12.5 to 1.13.10 (#699)" (#705) 2023-03-22 13:25:56 -07:00
Gemfile.lock Revert "Bump nokogiri from 1.12.5 to 1.13.10 (#699)" (#705) 2023-03-22 13:25:56 -07:00
LICENSE clean up functions update intended code style in style guide 2018-10-26 21:35:30 -07:00
package.json Add a NodeJS buildpack 2021-10-04 19:53:08 -07:00
Rakefile Clone repos using https: URLs rather than git: (#618) 2022-03-25 15:27:21 -07:00
README.md Enable GitHub actions (#562) 2021-07-23 23:28:41 +00:00

Sass Site

The Sass website is open source. See a typo? Have a UX improvement? Check out the Contributing guide! Also, check out the Style Guide.

Thanks!