Skip to content

🔨 Update to the breakpoints

Compare
Choose a tag to compare
@lucasgruwez lucasgruwez released this 13 Mar 05:40
· 61 commits to master since this release

The breakpoints are determined by looping through a map, that looks like this by default:

$breakpoints: (
  m: (840px, (4, 6, 8)),
  s: (480px, (4, 6)),
);

This allows you to customize the breakpoints entirely to your needs.

Lucas