@nonoun/native-tokens 0.5.0 → 0.5.2
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/dist/foundation.css +3 -3
- package/package.json +1 -1
package/dist/foundation.css
CHANGED
|
@@ -1266,8 +1266,8 @@
|
|
|
1266
1266
|
|
|
1267
1267
|
/* ── Document Defaults ── */
|
|
1268
1268
|
|
|
1269
|
-
:where(native-app),
|
|
1270
|
-
:where(
|
|
1269
|
+
:where(native-app-spa),
|
|
1270
|
+
:where(native-app) {
|
|
1271
1271
|
-webkit-font-smoothing: antialiased;
|
|
1272
1272
|
-moz-osx-font-smoothing: grayscale;
|
|
1273
1273
|
text-rendering: optimizeLegibility;
|
|
@@ -1975,7 +1975,7 @@
|
|
|
1975
1975
|
--n-border-color-hover: transparent;
|
|
1976
1976
|
--n-border-color-active: transparent;
|
|
1977
1977
|
--n-border-color-disabled: transparent;
|
|
1978
|
-
--n-
|
|
1978
|
+
--n-radius: 0;
|
|
1979
1979
|
}
|
|
1980
1980
|
|
|
1981
1981
|
}
|