class Roadie::NetHttpProvider

def find_stylesheet(url)

def find_stylesheet(url)
  find_stylesheet!(url)
rescue CssNotFound
  nil
end