tailwind-softpop-plugin 0.0.6 → 0.0.7
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.
- package/package.json +1 -1
- package/src/index.css +8 -0
package/package.json
CHANGED
package/src/index.css
CHANGED
|
@@ -163,6 +163,14 @@
|
|
|
163
163
|
margin-bottom: 1.5em;
|
|
164
164
|
max-width: 75ch;
|
|
165
165
|
}
|
|
166
|
+
|
|
167
|
+
button {
|
|
168
|
+
@apply focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-primary-500/60;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
a {
|
|
172
|
+
@apply focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary-500/60 focus-visible:rounded-sm;
|
|
173
|
+
}
|
|
166
174
|
}
|
|
167
175
|
|
|
168
176
|
@plugin "./index.js";
|