【发布时间】:2013-01-22 17:47:11
【问题描述】:
我正在为我的 CSS 使用 grails 资源插件,并且想知道是否有办法将媒体查询添加到资源中。
所以我想从以下来源获取媒体查询:
<link rel="stylesheet" media="screen and (max-width:500px)" href="/css/stylesheet.css" type="text/css">
并将其添加到资源格式中: 资源网址:'/css/stylesheet.css'
【问题讨论】: