Nesting selectors - possible?

后端 未结 3 1444
再見小時候
再見小時候 2021-01-19 03:43

Suppose I have a div with a bunch of stuff inside:

    3条回答
    •  春和景丽
      2021-01-19 04:32

      No, you can't nest rules in CSS yet. There are CSS preprocessors available which allow cool features like nesting, variables, etc.

      Check out LESS.

    提交回复
    热议问题