Skip to content

Instantly share code, notes, and snippets.

@apeckham
Created March 18, 2010 08:24
Show Gist options
  • Save apeckham/336154 to your computer and use it in GitHub Desktop.
Save apeckham/336154 to your computer and use it in GitHub Desktop.
cdata_section for stylesheets/css
def stylesheet_cdata_section(content)
"\n/*#{cdata_section("*/\n#{content}\n/*")}*/\n"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment