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 fd16275 commit 0665859Copy full SHA for 0665859
README.md
@@ -94,8 +94,8 @@ $ yarn add sveltejs-forms
94
};
95
</script>
96
97
-<style lang="scss">
98
- :global(.sveltejs-forms) {
+<style lang="scss" global>
+ .sveltejs-forms {
99
background-color: lightgray;
100
display: inline-block;
101
padding: 1rem;
src/App.svelte
@@ -49,8 +49,8 @@
49
];
50
51
52
53
54
55
56
0 commit comments