Skip to content

Instantly share code, notes, and snippets.

@vasilii-b
Created August 24, 2018 09:05
Show Gist options
  • Save vasilii-b/b48ef1c1e182bbab0caadcbecbdaeeda to your computer and use it in GitHub Desktop.
Save vasilii-b/b48ef1c1e182bbab0caadcbecbdaeeda to your computer and use it in GitHub Desktop.
Magento 2 XML - remove CSS or JS file from head
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<remove src="name.css"/>
</head>
</page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment