mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update Sass documentation (3.4.11)
This commit is contained in:
parent
b01d530100
commit
526febac27
2 changed files with 3 additions and 3 deletions
|
@ -292,7 +292,7 @@ credits = [
|
|||
'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE'
|
||||
], [
|
||||
'Sass',
|
||||
'2006-2014 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
|
||||
'2006-2015 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
|
||||
'MIT',
|
||||
'https://raw.github.com/nex3/sass/master/MIT-LICENSE'
|
||||
], [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Sass < UrlScraper
|
||||
self.type = 'yard'
|
||||
self.version = '3.4.7'
|
||||
self.version = '3.4.11'
|
||||
self.base_url = 'http://sass-lang.com/documentation/'
|
||||
self.root_path = 'file.SASS_REFERENCE.html'
|
||||
|
||||
|
@ -16,7 +16,7 @@ module Docs
|
|||
end
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2006–2014 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein<br>
|
||||
© 2006–2015 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue