2

我正在通过添加引导 css 文件default.head.blocks.xml

文件包含成功,但 css 文件显示在styles-m.css.

但我想把它放在首位。喜欢

bootstrap.min.css

calandar.css

styles-m.css

在此处输入图像描述

default_head_blocks.xml代码:

<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>  
    <css src="css/bootstrap.min.css" />
    <css src="css/custom.css" />
    <script src="js::custom-theme.js"/>
</head>

请帮助我如何才能包括bootstrap.min.css在第一位置。

4

0 回答 0