We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
写了很久的SASS一直都不是很懂要怎么写,现在也是。 学习了一样新的写法:对$这个父选择符知道要怎么用了哈哈 .Protocol { $innerChartPrifix: "inner-tabs"; .#{$innerChartPrifix} { &__list { display: flex; align-items: space-between; justify-content: center; padding: 0.1rem; padding-bottom: 0; margin: 0; } &__tab { margin-right: 0.2rem; } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
写了很久的SASS一直都不是很懂要怎么写,现在也是。
学习了一样新的写法:对$这个父选择符知道要怎么用了哈哈
.Protocol {
$innerChartPrifix: "inner-tabs";
.#{$innerChartPrifix} {
&__list {
display: flex;
align-items: space-between;
justify-content: center;
padding: 0.1rem;
padding-bottom: 0;
margin: 0;
}
&__tab {
margin-right: 0.2rem;
}
}
}
The text was updated successfully, but these errors were encountered: