tailwind-softpop-plugin 0.0.12 → 0.0.13

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwind-softpop-plugin",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Tailwind CSS plugin for softpop design system",
5
5
  "style": "./src/index.css",
6
6
  "exports": {
package/src/index.css CHANGED
@@ -162,10 +162,13 @@
162
162
  }
163
163
 
164
164
  p {
165
- margin-bottom: 1.5em;
166
165
  max-width: 75ch;
167
166
  }
168
167
 
168
+ p + p {
169
+ margin-top: 1.5em;
170
+ }
171
+
169
172
  button {
170
173
  @apply focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-primary-500/60;
171
174
  }