I am trying to include a css from a jQuery library that I have within Magento_Theme/web/js/libs/ folder, however I am struggling to source a css file from within here? <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <head> <css src=”Magento_Theme/web/js/libs/slick/styles.min.css” /> </head> </page> How can I do this? I can only seem to source css from within the root /webRead more