mod-base 1.0.5-beta.6 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.5-beta.6",
3
+ "version": "1.0.6",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -36,7 +36,7 @@
36
36
  .visible-lg-up,
37
37
  .visible-xl-up,
38
38
  .visible-2xl-up,
39
- .visible-sm, /* Add with .hidden class to show for that breakpoint only */
39
+ .visible-sm, /* These classes will show for that breakpoint only */
40
40
  .visible-md,
41
41
  .visible-lg,
42
42
  .visible-xl,
@@ -44,7 +44,7 @@
44
44
  display: none;
45
45
  }
46
46
 
47
- .visible-sm-down {
47
+ .visible-sm-down { /* Show on mobile-only */
48
48
  display: block;
49
49
  }
50
50