@una-ui/preset-edge 0.62.0-29213865.e6e3a26 → 0.62.0-29214234.824114d

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/una.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@una-ui/preset-edge",
3
- "version": "0.62.0-29213865.e6e3a26",
3
+ "version": "0.62.0-29214234.824114d",
4
4
  "description": "The default preset for @una-ui",
5
5
  "author": "Phojie Rengel <phojrengel@gmail.com>",
6
6
  "license": "MIT",
package/una.css CHANGED
@@ -121,7 +121,7 @@
121
121
 
122
122
  html {
123
123
  font-size: var(--una-font-size, 16px);
124
- @apply font-sans antialiased text-foreground bg-background;
124
+ --at-apply: font-sans antialiased text-foreground bg-background;
125
125
  }
126
126
 
127
127
  html.dark {