Skip to content

Commit

Permalink
refactor: Replace node-sass with Dart Sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanziness committed Oct 14, 2021
1 parent 61a18ef commit e304db0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 471 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"dayjs": "^1.8.32",
"node-sass": "^6.0.0",
"normalize.css": "^8.0.1",
"nuxt-edge": "latest",
"sass-loader": "^10.0.4",
Expand Down Expand Up @@ -50,6 +49,7 @@
"eslint-plugin-nuxt": "^2.0.0",
"imagemin-pngquant": "^9.0.1",
"postcss": "^8.2.9",
"sass": "^1.43.2",
"standard-version": "^9.0.0",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^22.0.0",
Expand Down
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,13 @@ h2 {
}
.hint-right::before {
@extend .hint::before;
@extend .hint, ::before;
@apply pl-8 rounded-l-none left-1/2;
}
.hint-left::before {
@extend .hint::before;
@extend .hint, ::before;
@apply pr-8 rounded-r-none right-1/2;
}
Expand Down
Loading

0 comments on commit e304db0

Please sign in to comment.