barbican-reset 2.26.0 → 2.27.0

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.
@@ -139,7 +139,7 @@
139
139
  }
140
140
 
141
141
  @include focus {
142
- @include single-box($c-grey-l21,
142
+ @include single-box(currentColor,
143
143
  0.1875rem); // @BUG: safari outline + border-radius
144
144
  border-radius: 50%;
145
145
 
@@ -148,7 +148,7 @@
148
148
  }
149
149
 
150
150
  path.tint {
151
- fill: $c-grey-l21;
151
+ fill: currentColor;
152
152
  }
153
153
  }
154
154
  }
package/package.json CHANGED
@@ -103,5 +103,5 @@
103
103
  "watch:patterns": "cd patterns && gulp watch"
104
104
  },
105
105
  "style": "dist/css/barbican-reset.css",
106
- "version": "2.26.0"
106
+ "version": "2.27.0"
107
107
  }