Add class or other attribute using media query

前端 未结 5 1028
时光取名叫无心
时光取名叫无心 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 19:02

    take a look at conditionizr this could be what your looking for http://conditionizr.com/

提交回复
热议问题