Breakpoints
Breakpoints are defined screen width which can be used to react on the screen size of the user device.
Mobile first!
All scss
definitions in evalink cause are implemented in the mobile first approach. It is highly recommend to follow this approach, to make websites better accessible for mobile devices.
Default Breakpoints
evalink cause exports the following default breakpoints to use in the design:
node_modules/@evalink/cause/_base.scss
How to use
Import the base
file into your scss
file and add the breakpoints to the media queries.
Last updated