class Roadie::PathRewriterProvider

def find_stylesheet(path)

def find_stylesheet(path)
  new_path = filter.call(path)
  provider.find_stylesheet(new_path) if new_path
end