Skip to content

Commit

Permalink
Add postcss and stylus scaffold snippets back for #1386
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Aug 13, 2019
1 parent 07e91d9 commit a8696ac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/modes/vue/veturSnippets/style/postcss-scoped.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<style lang="postcss" scoped>
${0}
</style>
3 changes: 3 additions & 0 deletions server/src/modes/vue/veturSnippets/style/postcss.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<style lang="postcss">
${0}
</style>
3 changes: 3 additions & 0 deletions server/src/modes/vue/veturSnippets/style/stylus-scoped.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<style lang="stylus" scoped>
${0}
</style>
3 changes: 3 additions & 0 deletions server/src/modes/vue/veturSnippets/style/stylus.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<style lang="stylus">
${0}
</style>

0 comments on commit a8696ac

Please sign in to comment.