# File lib/action_view/helpers/sanitize_helper.rb, line 56 def sanitize_css(style) self.class.white_list_sanitizer.sanitize_css(style) end