bootstrap-grid-class-detector
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "bootstrap-grid-class-detector", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Displays the currently active Bootstrap grid class in bottom/right corner of browser", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -6,3 +6,3 @@ "use strict"; | ||
var id = 'deviceInfo', | ||
type = "XS: 0..768", | ||
type = "XS: 0..767", | ||
widthType = 'innerWidth', | ||
@@ -9,0 +9,0 @@ heightType = 'innerHeight', |