Skip to content

Commit

Permalink
https-ify sass-lang.com urls (#2608)
Browse files Browse the repository at this point in the history
* https-ify sass-lang.com urls

See sass/sass-site#217

Committed via https://github.com/asottile/all-repos

* Revert changes to vendored libsass
  • Loading branch information
asottile authored and xzyfer committed Mar 5, 2019
1 parent a2ac801 commit 33a32c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Expand Up @@ -7,4 +7,4 @@ fair place to play.

[The full community guidelines can be found on the Sass website.][link]

[link]: http://sass-lang.com/community-guidelines
[link]: https://sass-lang.com/community-guidelines
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -217,7 +217,7 @@ An array of paths that [LibSass] can look in to attempt to resolve your `@import
* Type: `Boolean`
* Default: `false`

`true` values enable [Sass Indented Syntax](http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html) for parsing the data string or file.
`true` values enable [Sass Indented Syntax](https://sass-lang.com/documentation/file.INDENTED_SYNTAX.html) for parsing the data string or file.

__Note:__ node-sass/libsass will compile a mixed library of scss and indented syntax (.sass) files with the Default setting (false) as long as .sass and .scss extensions are used in filenames.

Expand Down

0 comments on commit 33a32c3

Please sign in to comment.