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