Skip to content

Commit c1b6d4c

Browse files
committed
chore: add SCSS support
1 parent bd7b90a commit c1b6d4c

File tree

9 files changed

+639
-33
lines changed

9 files changed

+639
-33
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"devDependencies": {
3+
"node-sass": "^4.13.1",
4+
"sass-loader": "^8.0.2",
35
"vuepress": "^1.2.0"
46
},
57
"scripts": {

src/.vuepress/components/button-counter.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ export default {
1111
}
1212
}
1313
</script>
14-
15-
<style lang="scss" scoped></style>

src/.vuepress/components/components-5.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@
99
<script>
1010
export default {}
1111
</script>
12-
13-
<style lang="scss" scoped></style>

src/.vuepress/components/conditional-1.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ export default {
2828
}
2929
}
3030
</script>
31-
32-
<style lang="scss" scoped></style>

src/.vuepress/components/conditional-2.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ export default {
2828
}
2929
}
3030
</script>
31-
32-
<style lang="scss" scoped></style>

src/.vuepress/components/list-4.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ export default {
1717
}
1818
}
1919
</script>
20-
21-
<style lang="scss" scoped></style>

src/.vuepress/components/list-5.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ export default {
1919
}
2020
}
2121
</script>
22-
23-
<style lang="scss" scoped></style>

src/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ module.exports = {
5454
]
5555
}
5656
]
57-
}
57+
},
58+
smoothScroll: false
5859
},
5960
plugins: {
6061
'@vuepress/pwa': {

0 commit comments

Comments
 (0)