Posts by Fabricciomb • 59 points
2 posts
- 
		0 votes2 answers477 viewsA: Calculation of . scss for . SassProblem solved, the correct is: width: #{calc((#{(100% * $cols)} / 12) - #{($margin-col * 2)})} 
- 
		5 votes2 answers477 viewsQ: Calculation of . scss for . SassI am creating a dynamic grid system using Sass and Gulp-Sass to compile. I have this code: $col-margin: 15px .row width: 100% max-width: 1170px margin: 0 auto display: flex flex-wrap: wrap // cols…