What does @-moz-document url-prefix() do?

前端 未结 4 1800
傲寒
傲寒 2020-12-02 10:52

In Simon Collison\'s new old Responsive Web Design, in the CSS, there are several declarations like this:

@-moz-document url-prefix() {
  .f         


        
4条回答
  •  借酒劲吻你
    2020-12-02 11:21

    @supports (-moz-appearance:none) {...} worked for me in cases where @-moz-document url-prefix() {...} didn't.

提交回复
热议问题