We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a48dc commit e419023Copy full SHA for e419023
README.md
@@ -64,6 +64,13 @@ npm install @mpiorowski/svelte-init
64
```
65
Inside Your app.css import color configuration:
66
67
+:focus {
68
+ outline: none;
69
+}
70
+
71
+.no-scroll {
72
+ overflow: hidden;
73
74
@layer components {
75
.input {
76
@apply shadow transition bg-white border border-gray-300 hover:border-gray-400 focus:ring focus:ring-gray-200 placeholder-gray-300;
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@mpiorowski/svelte-init",
3
"description": "Low-overhead Svelte UI library",
4
- "version": "2.0.1",
+ "version": "2.0.2",
5
"keywords": [
6
"svelte",
7
"sveltekit",
0 commit comments