Guest User

Untitled

a guest
Oct 28th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // ----
  2. // Sass (v3.3.0.rc.2)
  3. // Compass (v1.0.0.alpha.17)
  4. // ----
  5.  
  6. $numbers: ("3": "three", "4": "four");
  7.  
  8. @each $number, $i in $numbers {
  9. .#{$i}-#{$number} {
  10. /* CSS styles */
  11. }
  12. }
Add Comment
Please, Sign In to add comment