1. 17 Jun, 2020 10 commits
  2. 16 Jun, 2020 27 commits
  3. 15 Jun, 2020 1 commit
    • Jonathan's avatar
      Update index.html · 1b2ea5ef
      Jonathan authored
      Hyphen to minus for amount.
      Hyphen to dash for ranges.
      1b2ea5ef
  4. 14 Jun, 2020 2 commits
    • Martijn Cuppens's avatar
      Change breakpoint-max implementation · 7e28764e
      Martijn Cuppens authored
      - The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint.
      - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
      7e28764e
    • Gaël Poupard's avatar
      docs(examples): fix pricing example · aee711bf
      Gaël Poupard authored
      aee711bf