Guest User

Untitled

a guest
Feb 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @each $width in 25, 33, 34, 40, 50, 60 {
  2. .col-#{$width} {
  3. $grid-columns: ($width / 100) * ($blueprint-liquid-grid-columns - $portal-sidebar-grid-columns);
  4. @include column($grid-columns);
  5. }
  6. }
Add Comment
Please, Sign In to add comment