snapshot-labs-theme 0.1.18 → 0.1.20

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.
@@ -185,4 +185,12 @@
185
185
  font-size: 0.75rem;
186
186
  line-height: 1.00rem;
187
187
  letter-spacing: 0em;
188
+ }
189
+
190
+ @mixin text-meta-mono {
191
+ font-family: 'Berkeley Mono';
192
+ font-weight: 500;
193
+ font-size: 0.81rem;
194
+ line-height: 1.25rem;
195
+ letter-spacing: 0em;
188
196
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snapshot-labs-theme",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "node build.js",