Skip to content

Commit 3e1f4fe

Browse files
committed
Use SCSS syntax.
1 parent ce1f4c3 commit 3e1f4fe

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-keyboard",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A soft keyboard component for Vue applications.",
55
"license": "MIT",
66
"author": "Marty Wallace <marty@martywallace.com> (https://martywallace.com)",
@@ -11,5 +11,8 @@
1111
"vue",
1212
"vuejs",
1313
"component"
14-
]
14+
],
15+
"peerDependencies": {
16+
""
17+
}
1518
}

src/keyboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
</aside>
184184
</template>
185185

186-
<style lang="sass" scoped>
186+
<style lang="scss" scoped>
187187
.vue-keyboard {
188188
.row {
189189
padding: 2px 0;

0 commit comments

Comments
 (0)