Skip to content

Commit

Permalink
Get rid of sass dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
man90es committed Jan 22, 2024
1 parent d245433 commit a95087f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 56 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"eslint-plugin-vue": "^9.20.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.69.7",
"sass-loader": "^14.0.0",
"typescript": "^5.3.3",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
Expand Down
64 changes: 11 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pages/leaderboard/LeaderboardPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
)))
</script>

<style lang="scss" scoped>
<style scoped>
#leaderboard-page {
margin: 0.5em 0.5em;
display: grid;
Expand Down

0 comments on commit a95087f

Please sign in to comment.