tailwind-softpop-plugin 0.0.13 → 0.0.14

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 +5 -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.14",
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,11 @@
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;
134
139
  }
135
140
 
136
141
  h1,