tailwind-softpop-plugin 0.0.13 → 0.0.15

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 +9 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwind-softpop-plugin",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Tailwind CSS plugin for softpop design system",
5
5
  "style": "./src/index.css",
6
6
  "exports": {
package/src/index.css CHANGED
@@ -131,6 +131,15 @@
131
131
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
132
132
  line-height: 1.6;
133
133
  -webkit-font-smoothing: antialiased;
134
+ display: grid;
135
+ min-height: 100vh;
136
+ grid-template-rows: auto 1fr auto;
137
+ overflow-x: hidden;
138
+ overflow-y: auto;
139
+ }
140
+
141
+ header {
142
+ @apply bg-base-50/80 sticky top-0 z-50 border-b-2 border-neutral-700 py-4 backdrop-blur-md transition-transform duration-300;
134
143
  }
135
144
 
136
145
  h1,