@hazae41/labase 1.0.16 → 1.0.18

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/src/index.css +0 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@hazae41/labase",
4
- "version": "1.0.16",
4
+ "version": "1.0.18",
5
5
  "description": "The Tailwind framework for monochrome apps",
6
6
  "repository": "github:hazae41/labase",
7
7
  "author": "hazae41",
package/src/index.css CHANGED
@@ -37,10 +37,6 @@ body {
37
37
  @apply h-full w-full text-base text-default bg-default **:scrollbar-default overflow-hidden;
38
38
  }
39
39
 
40
- #__next {
41
- @apply h-full w-full overflow-hidden;
42
- }
43
-
44
40
  ::backdrop {
45
41
  @apply bg-transparent;
46
42
  }