module Capybara::RSpecMatchers

def have_style(styles, **options)

See {Capybara::Node::Matchers#has_style?}
RSpec matcher for element style
def have_style(styles, **options)
  HaveStyle.new(styles, options)
end