mod-base 1.0.5-beta.5 → 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.5",
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
 
@@ -1,4 +1,5 @@
1
1
  @import '../icons/mixin-fill';
2
+ @import '../icons/mixin-stroke';
2
3
 
3
4
  $star-rating-height: 24px;
4
5
  $star-rating-height-sm: 20px;
@@ -162,7 +163,7 @@ $rating-icons-folder: '../images/rating-icons' !default;
162
163
  font-size: .75rem;
163
164
  font-weight: 700;
164
165
  line-height: 1.3;
165
- transition: color $trans-func $trans-time;
166
+ transition: color .15s ease;
166
167
  white-space: nowrap;
167
168
 
168
169
  &--verified {
@@ -222,7 +223,7 @@ a {
222
223
  font-weight: bold;
223
224
  line-height: 20px;
224
225
  padding: 5px 10px;
225
- transition: border-color $trans-time $trans-func;
226
+ transition: border-color .15s ease;
226
227
 
227
228
  &--google,
228
229
  &--bbb,