Skip to content

Instantly share code, notes, and snippets.

@jonathanselander
Created November 23, 2012 14:40
Show Gist options
  • Save jonathanselander/4135899 to your computer and use it in GitHub Desktop.
Save jonathanselander/4135899 to your computer and use it in GitHub Desktop.
Remove stylesheet via local.xml in Magento
<reference name="head">
<action method="removeItem">
<type>skin_css</type>
<name>css/styles.css</name>
</action>
</reference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment