pallote-css 0.2.15 → 0.2.16

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.
@@ -134,6 +134,7 @@ $nav-item: $spacing-md !default;
134
134
 
135
135
  // typefaces
136
136
  $font: "Barlow", Arial, sans-serif !default;
137
+ $font-code: monospace !default;
137
138
 
138
139
  // weight
139
140
 
@@ -38,6 +38,12 @@
38
38
 
39
39
  .text--italic, %text--italic { font-style: italic !important; }
40
40
 
41
+ // —————————————————————————————————————————————————————————————————
42
+ // italic
43
+ // —————————————————————————————————————————————————————————————————
44
+
45
+ .text--code, %text--code { font-family: $font-code !important; }
46
+
41
47
  // —————————————————————————————————————————————————————————————————
42
48
  // underline
43
49
  // —————————————————————————————————————————————————————————————————
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pallote-css",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "CSS component library",
5
5
  "main": "dist/styles/pallote.css",
6
6
  "files": [