我将Symfony2.0与提供 Twitter-bootstrap 的MopaBootstrapBundle v2.x_sf2.0 一起使用。实际上,我在文档中包含了主要的 Less文件。该文件包括来自 Twitter-bootstrap 的所有 Less 文件。我的问题是我无法访问其他文件中 TwitterBootstrap 提供的 mixins。
{% stylesheets filter='less
'@MopaBootstrapBundle/Resources/public/less/mopabootstrapbundle.less'
'@MyBundle/Resources/public/less/myfile.less'
%}
<link href="{{ asset_url }}" type="text/css" rel="stylesheet" />
{% endstylesheets %}
解决此问题的最佳方法是什么?
提前致谢。