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

前端 未结 8 2094
借酒劲吻你
借酒劲吻你 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:44

    Only by means of hacks. Conditional comments are only defined for the markup files, not the .CSS files.

提交回复
热议问题