Sha256: fc0edcd9d6adf69411b2433b6d383a8a1245b081015ce16780b83a84a527b674

Contents?: true

Size: 273 Bytes

Versions: 5

Compression:

Stored size: 273 Bytes

Contents

module Archetype::Functions::CSS

  private

  #
  # router for `overflow` properties
  #
  def self.get_derived_styles_router_for_overflow(related, property)
    return is_root_property?(property) ? nil : filter_available_relatives(related, property).values.last
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
archetype-1.0.0.alpha.5 lib/archetype/functions/css/routers/overflow.rb
archetype-1.0.0.alpha.4 lib/archetype/functions/css/routers/overflow.rb
archetype-1.0.0.alpha.3 lib/archetype/functions/css/routers/overflow.rb
archetype-1.0.0.alpha.2 lib/archetype/functions/css/routers/overflow.rb
archetype-1.0.0.alpha.1 lib/archetype/functions/css/routers/overflow.rb