作者:高阳毛巾批零店_103 | 来源:互联网 | 2023-05-18 06:35
I am a newbie to CSS and SCSS.
我是CSS和SCSS的新手。
In the following code,
在以下代码中,
.title {
width: 718px;
&.sub-title {
width: 938px;
}
}
What does &. means? Is it same as nesting class?
什么&。意味着什么?它与嵌套类相同吗?
1 个解决方案