Skip to content

Commit e419023

Browse files
committed
update
1 parent a2a48dc commit e419023

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ npm install @mpiorowski/svelte-init
6464
```
6565
Inside Your app.css import color configuration:
6666
```
67+
:focus {
68+
outline: none;
69+
}
70+
71+
.no-scroll {
72+
overflow: hidden;
73+
}
6774
@layer components {
6875
.input {
6976
@apply shadow transition bg-white border border-gray-300 hover:border-gray-400 focus:ring focus:ring-gray-200 placeholder-gray-300;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mpiorowski/svelte-init",
33
"description": "Low-overhead Svelte UI library",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"keywords": [
66
"svelte",
77
"sveltekit",

0 commit comments

Comments
 (0)