Add class or other attribute using media query

前端 未结 5 1031
时光取名叫无心
时光取名叫无心 2021-02-13 18:22

I\'m currently using CSS media queries to target some small/medium screen devices like this:

@media screen and (min-device-width: 480px) {
  ...
}
@media screen          


        
5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-13 18:54

    For this also can help Modernizr - can detect even if svg enabled or other features is enabled.

    http://modernizr.com/

提交回复
热议问题