What is @apply in CSS?

前端 未结 3 646
面向向阳花
面向向阳花 2020-12-14 05:07

First of all, I am referring to the CSS tag.

I have googled @apply but I couldn\'t find anything that could explain its meaning properly for me.

<
3条回答
  •  遥遥无期
    2020-12-14 05:49

    @apply is from a proposal that has since been abandoned, and replaced with CSS Shadow Parts.

    the @apply rule, which allows an author to store a set of properties in a named variable, then reference them in other style rules.

提交回复
热议问题