Skip to content

Commit 3eda8d2

Browse files
committed
Update Sass documentation (1.85.0)
1 parent e2336a1 commit 3eda8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/sass.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Sass < UrlScraper
33
self.type = 'yard'
4-
self.release = '1.82.9'
4+
self.release = '1.85.0'
55
self.base_url = 'https://sass-lang.com/documentation'
66
self.root_path = 'index.html'
77
self.links = {
@@ -17,7 +17,7 @@ class Sass < UrlScraper
1717
options[:trailing_slash] = false
1818

1919
options[:attribution] = <<-HTML
20-
&copy; 2006&ndash;2024 the Sass team, and numerous contributors<br>
20+
&copy; 2006&ndash;2025 the Sass team, and numerous contributors<br>
2121
Licensed under the MIT License.
2222
HTML
2323

0 commit comments

Comments
 (0)