gpt4 book ai didi

css - 如何通过 Assets 管道将属性添加到Grails 3 CSS文件

转载 作者:行者123 更新时间:2023-12-02 14:30:44 26 4
gpt4 key购买 nike

我正在通过application.css使用Asset-pipeline包含CSS文件,而我的自举CSS文件要求我添加属性media="screen, projection"
目前,我正在添加:

*= require /webjars/bootstrap/3.3.5/css/bootstrap-theme
*= require /webjars/bootstrap/3.3.5/css/bootstrap
*= require /webjars/bootstrap-tagsinput/0.5/bootstrap-tagsinput

到正在生成的我的application.css中:
<link rel="stylesheet" href="/assets/webjars/bootstrap/3.3.5/css/bootstrap-theme.css?compile=false">
<link rel="stylesheet" href="/assets/webjars/bootstrap/3.3.5/css/bootstrap.css?compile=false">
<link rel="stylesheet" href="/assets/bootstrap-multi-level-dropdown.css?compile=false">

例如,我如何生成以下html?
<link rel="stylesheet" href="/assets/webjars/bootstrap/3.3.5/css/bootstrap-theme.css?compile=false" media="screen, projection">

最佳答案

您可以将media属性作为附加参数传递给标签。

Any attributes other than those described below will be forwarded to the element generated by this tag.



Source

例如。,
<asset:stylesheet src="application.css" media="screen, projection"/>

关于css - 如何通过 Assets 管道将属性添加到Grails 3 CSS文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32455706/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com