_variables.scss 182 B

1234567891011
  1. $base_font_size:16px;
  2. $base-line:28px;
  3. // grid
  4. $default_gap: 1em;
  5. $default_sum: 12; // total number of columns
  6. $small-bp:768px;
  7. $med-bp:1080px;
  8. $ipad-bp: 1536px;
  9. $large-bp:1900px;