Skip to content

Instantly share code, notes, and snippets.

@airen
Created April 20, 2015 03:18
Show Gist options
  • Save airen/ce5ced2e2c6ed36e375d to your computer and use it in GitHub Desktop.
Save airen/ce5ced2e2c6ed36e375d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$nums: 30 !default;
@for $i from 1 through $nums {
.box-#{$i}{
width: 20px * $i;
}
}
.box-1 {
width: 20px;
}
.box-2 {
width: 40px;
}
.box-3 {
width: 60px;
}
.box-4 {
width: 80px;
}
.box-5 {
width: 100px;
}
.box-6 {
width: 120px;
}
.box-7 {
width: 140px;
}
.box-8 {
width: 160px;
}
.box-9 {
width: 180px;
}
.box-10 {
width: 200px;
}
.box-11 {
width: 220px;
}
.box-12 {
width: 240px;
}
.box-13 {
width: 260px;
}
.box-14 {
width: 280px;
}
.box-15 {
width: 300px;
}
.box-16 {
width: 320px;
}
.box-17 {
width: 340px;
}
.box-18 {
width: 360px;
}
.box-19 {
width: 380px;
}
.box-20 {
width: 400px;
}
.box-21 {
width: 420px;
}
.box-22 {
width: 440px;
}
.box-23 {
width: 460px;
}
.box-24 {
width: 480px;
}
.box-25 {
width: 500px;
}
.box-26 {
width: 520px;
}
.box-27 {
width: 540px;
}
.box-28 {
width: 560px;
}
.box-29 {
width: 580px;
}
.box-30 {
width: 600px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment