We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2336a1 commit 3eda8d2Copy full SHA for 3eda8d2
lib/docs/scrapers/sass.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Sass < UrlScraper
3
self.type = 'yard'
4
- self.release = '1.82.9'
+ self.release = '1.85.0'
5
self.base_url = 'https://sass-lang.com/documentation'
6
self.root_path = 'index.html'
7
self.links = {
@@ -17,7 +17,7 @@ class Sass < UrlScraper
17
options[:trailing_slash] = false
18
19
options[:attribution] = <<-HTML
20
- © 2006–2024 the Sass team, and numerous contributors<br>
+ © 2006–2025 the Sass team, and numerous contributors<br>
21
Licensed under the MIT License.
22
HTML
23
0 commit comments