We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98926ff commit e506cf6Copy full SHA for e506cf6
README.md
@@ -22,8 +22,7 @@ The breakpoints are defined with a SCSS map. The smallest breakpoint should star
22
@import 'media-blender';
23
24
$media-breakpoints: (
25
- small: 0 320,
26
- mobile: 321 767,
+ mobile: 0 767,
27
tablet: 768 991,
28
desktop: 992 1199,
29
large: 1200
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "media-blender",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "Easy and predictable media queries",
5
"main": "media.scss",
6
"scripts": {
0 commit comments