@kkkarsss/ui 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/dist/index.css +3 -7
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -246,19 +246,15 @@
246
246
  }
247
247
  }
248
248
 
249
- @layer base {
250
- * {
251
- @apply border;
249
+ * {
252
250
  box-sizing: border-box;
253
251
  margin: 0;
254
252
  padding: 0;
255
253
  font-family: Roboto, sans-serif;
256
- }
257
- body {
258
- @apply bg-background text-foreground;
254
+ }
255
+ body {
259
256
  width: 100%;
260
257
  height: 100vh;
261
- }
262
258
  }
263
259
 
264
260
  .cursor {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkkarsss/ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "UI Kit for kkkarsss projects",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",