tailwind-softpop-plugin 0.0.14 → 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 +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwind-softpop-plugin",
3
- "version": "0.0.14",
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
@@ -138,6 +138,10 @@
138
138
  overflow-y: auto;
139
139
  }
140
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;
143
+ }
144
+
141
145
  h1,
142
146
  h2,
143
147
  h3,