Skip to content

Commit

Permalink
Added someting
Browse files Browse the repository at this point in the history
  • Loading branch information
“Ilya committed Sep 27, 2024
1 parent e088705 commit 9074d71
Show file tree
Hide file tree
Showing 23 changed files with 9,517 additions and 811 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
Expand Down
4 changes: 1 addition & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
Expand All @@ -9,8 +8,7 @@ export default defineNuxtConfig({
css: {
preprocessorOptions: {
scss: {
additionalData:
'@use "@/app/styles/variables.scss" as *; @import "@/app/styles/themes.scss"; @import "@/app/styles/typography.scss";'
additionalData: '@use "@/app/styles/variables.scss" as *; @use "@/app/styles/mixins.scss" as *;'
}
}
}
Expand Down
Loading

0 comments on commit 9074d71

Please sign in to comment.