Sanitizes a block of css code. Used by #sanitize when it comes across a style attribute
# File action_view/helpers/sanitize_helper.rb, line 56 def sanitize_css(style) self.class.white_list_sanitizer.sanitize_css(style) end
<code/>
<pre/>
<code/>and<pre/>for code samples.