@unocss/reset 0.53.5 → 0.54.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.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/reset",
3
- "version": "0.53.5",
3
+ "type": "module",
4
+ "version": "0.54.0",
4
5
  "description": "Collection of CSS resetting",
5
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
7
  "license": "MIT",
@@ -158,6 +158,8 @@ optgroup,
158
158
  select,
159
159
  textarea {
160
160
  font-family: inherit; /* 1 */
161
+ font-feature-settings: inherit; /* 1 */
162
+ font-variation-settings: inherit; /* 1 */
161
163
  font-size: 100%; /* 1 */
162
164
  font-weight: inherit; /* 1 */
163
165
  line-height: inherit; /* 1 */
package/tailwind.css CHANGED
@@ -154,6 +154,8 @@ optgroup,
154
154
  select,
155
155
  textarea {
156
156
  font-family: inherit; /* 1 */
157
+ font-feature-settings: inherit; /* 1 */
158
+ font-variation-settings: inherit; /* 1 */
157
159
  font-size: 100%; /* 1 */
158
160
  font-weight: inherit; /* 1 */
159
161
  line-height: inherit; /* 1 */