Import CSS Selector Styles in Another Selector? (NOT @import)

前端 未结 3 1826
别跟我提以往
别跟我提以往 2021-01-18 18:29

Is there a way to import the styling of a single CSS selector into another CSS selector and add to it or rewrite properties from it.

Let\'s say:

.ori         


        
3条回答
  •  萌比男神i
    2021-01-18 19:07

    Unfortunately not. At least not without one of those fancy CSS plugin thingies that I wouldn't touch with a mile-long pole...

    Of course, there's nothing stopping you having multiple classes on a single element.

提交回复
热议问题