/* FILE: widgets/_sidebar-base.scss */

.widget-area {

	@for $i from 2 through 6 {
		.has-#{$i}-flex-grow {
			flex-grow: $i;
		}
	}

}
