Can a CSS class inherit one or more other classes?

前端 未结 30 3211
挽巷
挽巷 2020-11-22 00:01

I feel dumb for having been a web programmer for so long and not knowing the answer to this question, I actually hope it\'s possible and I just didn\'t know about rather tha

30条回答
  •  心在旅途
    2020-11-22 00:23

    I ran into this same problem and ended up using a JQuery solution to make it seem like a class can inherit other classes.

    
    

    This will find all elements with the class "composite" and add the classes "something" and "else" to the elements. So something like

    ...
    will end up like so:
    ...

提交回复
热议问题