We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e25458a + b2bea1e commit c2a8e9dCopy full SHA for c2a8e9d
README.md
@@ -39,7 +39,9 @@ export default app
39
### using prepared bundle:
40
41
```html
42
- <div id="app"></div>
+ <link rel="stylesheet" href="https://unpkg.com/svelte-mask@0.2.6/build/css/app.css">
43
+
44
+ <div id="app"></div>
45
<script src="https://unpkg.com/svelte-mask@0.2.6/build/bundle.js"></script>
46
<script>
47
createMaskInput('app', '+7(999)9999999')
0 commit comments