我在Jboss控制台上收到以下CSS错误。
@media规则出错。 (无效的标记“和”。期待以下之一:,。)
这是与上述错误相关的特定CSS类。
@media screen and(-webkit-min-device-pixel-ratio:0){
请让我知道为什么会抛出此错误或此类语法有任何语法错误。
以下是整个CSS类
@media screen and (-webkit-min-device-pixel-ratio:0) {
@supports (not (-ms-accelerator:true)) {
select.form-control{
line-height:28px!important;
-webkit-appearance: menulist-button !important;
}
}
}