Version: 0.2.0
Usage
Configuration#
There are 4 breakpoints that the module uses, their names and default values are below
If you want to keep these values, just @use the module without any configuration.
To change the values, you can use the below example and substitute your values:
Query mixin types#
For each breakpoint there are 3 mixin types:
max-<device>:
min-<device>:
between-<device>-<bigger device>:
Using the media queries#
To use a media query, @include it and put your CSS inside curly-brackets
Example#
Custom breakpoint#
You can't change the names of the mixins, but we also provide 3 mixins to use custom breakpoint values:
min-custom($breakpoint)max-custom($breakpoint)between-custom($breakpoint-start, $breakpoint-end)
You can create custom mixins that use them, too, so you can customize the name of the mixin: