Is there a way to do browser specific conditional CSS inside a *.css file?

前端 未结 8 2116
借酒劲吻你
借酒劲吻你 2020-12-11 15:13

Is there a way to do browser specific conditional CSS inside a *.css file? I want to define all of the styles inside of the same physical file.

8条回答
  •  忘掉有多难
    2020-12-11 15:36

    Not sure of a way to do that exactly. We just set the CSS file based on the users browser in codebehind.

提交回复
热议问题