scss Flexbox的

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss Flexbox的相关的知识,希望对你有一定的参考价值。

//To make a separation after an element in flexbox we can use margin-right: auto
.overview {
	display: flex;

	&-heading {

	}
	&-stars {
		margin-right: auto;
	}
	&-location {

	}
	&-rating {

	}

以上是关于scss Flexbox的的主要内容,如果未能解决你的问题,请参考以下文章

scss Flexbox的

scss 大卫定制的flexbox

scss Flexbox的定心

scss Flexbox的

scss Flexbox的

scss CSS Flexbox - Sass Mixins