@acorex/styles 21.0.0-next.14 → 21.0.0-next.15

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.
@@ -121,20 +121,20 @@ code,
121
121
  kbd,
122
122
  samp,
123
123
  pre {
124
- font-family: theme(
125
- 'fontFamily.mono',
126
- ui-monospace,
127
- SFMono-Regular,
128
- Menlo,
129
- Monaco,
130
- Consolas,
131
- 'Liberation Mono',
132
- 'Courier New',
133
- monospace
134
- ); /* 1 */
135
- font-feature-settings: theme('fontFamily.mono[1].fontFeatureSettings', normal); /* 2 */
136
- font-variation-settings: theme('fontFamily.mono[1].fontVariationSettings', normal); /* 3 */
137
- font-size: 1em; /* 4 */
124
+ // font-family: theme(
125
+ // 'fontFamily.mono',
126
+ // ui-monospace,
127
+ // SFMono-Regular,
128
+ // Menlo,
129
+ // Monaco,
130
+ // Consolas,
131
+ // 'Liberation Mono',
132
+ // 'Courier New',
133
+ // monospace
134
+ // ); /* 1 */
135
+ // font-feature-settings: theme('fontFamily.mono[1].fontFeatureSettings', normal); /* 2 */
136
+ // font-variation-settings: theme('fontFamily.mono[1].fontVariationSettings', normal); /* 3 */
137
+ // font-size: 1em; /* 4 */
138
138
  }
139
139
 
140
140
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "21.0.0-next.14",
3
+ "version": "21.0.0-next.15",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",