基本上我想要行
<link rel="stylesheet" href="./customStyles.css">
这将是样式资产中的最后一个。
customStyles.css
是在服务器上动态生成的(不是通过webpack)
所以我只想在这里粘贴这一行html并确保在所有自动生成包含之后。
当我把它放在头上时,我有:
<link rel="stylesheet" href="./customStyles.css">
<link href="styles/fonts.2d7979e72c5898d0367804a3b6e900d1.css" rel="stylesheet"/>
<link href="styles/styles.52389c21860a21759b3a2157c3e5730f.css" rel="stylesheet"/></head>