【发布时间】:2015-03-01 09:32:06
【问题描述】:
我是 magento 的新手,我想在 page.xml 中添加一个 css 文件“responsive.css”。但是这个文件我想添加最后的所有 css 文件,包括扩展的 css 文件。
<block type="page/html_head" name="head" as="head">
<!-- other css & js files -->
<action method="addCss"><stylesheet>css/responsive.css</stylesheet></action>
</block>
如果我查看页面源代码,我的 responsive.css 文件会显示在扩展 css 文件之前。所以请帮助我如何最终包含所有 css 文件。
【问题讨论】:
标签: css magento magento-1.7 magento-1.8