Skip to content
New issue

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 #4

Open
CarisL opened this issue May 7, 2018 · 0 comments
Open

SASS #4

CarisL opened this issue May 7, 2018 · 0 comments
Labels

Comments

@CarisL
Copy link
Owner

CarisL commented May 7, 2018

写了很久的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;
}
}
}

@CarisL CarisL added the CSS label May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant