Method: Html2rss::Config#stylesheets
- Defined in:
- lib/html2rss/config.rb
permalink #stylesheets ⇒ Array<Stylesheet>
Retrieves stylesheets from global settings.
75 76 77 |
# File 'lib/html2rss/config.rb', line 75 def stylesheets @global.fetch(:stylesheets, []).map { |attributes| Html2rss::RssBuilder::Stylesheet.new(**attributes) } end |