Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fontaine seems to add fallback to sass variables that are commented out #342

Open
TechAkayy opened this issue Oct 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@TechAkayy
Copy link

TechAkayy commented Oct 29, 2023

πŸ› The bug

Fontaine seems to amend "* fallback" to sass variables that too commented one. This breaks the code.

image

πŸ› οΈ To reproduce

https://github.com/TechAkayy/my-nuxt-vuetify-generate-issue

🌈 Expected behaviour

To reproduce, clone, install, npm run dev the reproduction.

In main.scss, remove the single space on either side of the the colon (:) indicated in this screenshot and save.

image

ℹ️ Additional context

Dependencies Info

Run npx nuxi info and pnpm list (or npm list) and provide the output:

------------------------------
- Operating System: Darwin
- Node Version:     v18.12.1
- Nuxt Version:     3.7.3
- CLI Version:      3.8.4
- Nitro Version:    2.7.1
- Package Manager:  [email protected]
- Builder:          -
- User Config:      devtools, experimental, app, modules, fontMetrics, critters, css, vuetify, image, veeValidate, content, pinia, imports, vue, sourcemap, routeRules, site, robots, sitemap, ogImage, linkChecker, pinegrow
- Runtime Modules:  @pinegrow/[email protected], @unocss/[email protected], @nuxt/[email protected], @nuxt/[email protected], @vueuse/[email protected], @pinia/[email protected], @nuxt/[email protected], @vee-validate/[email protected], [email protected], @nuxtseo/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected], [email protected]
- Build Modules:    -
------------------------------

[email protected] /Users/techakayy/Tests/reproductions/my-nuxt-vuetify-generate-issue
β”œβ”€β”€ @iconify/[email protected]
β”œβ”€β”€ @mdi/[email protected]
β”œβ”€β”€ @nuxt/[email protected]
β”œβ”€β”€ @nuxt/[email protected]
β”œβ”€β”€ @nuxt/[email protected]
β”œβ”€β”€ @nuxt/[email protected]
β”œβ”€β”€ @nuxtjs/[email protected]
β”œβ”€β”€ @nuxtjs/[email protected]
β”œβ”€β”€ @nuxtjs/[email protected]
β”œβ”€β”€ @nuxtseo/[email protected]
β”œβ”€β”€ @pinegrow/[email protected]
β”œβ”€β”€ @pinegrow/[email protected]
β”œβ”€β”€ @pinia/[email protected]
β”œβ”€β”€ @types/[email protected]
β”œβ”€β”€ @unocss/[email protected]
β”œβ”€β”€ @unocss/[email protected]
β”œβ”€β”€ @vee-validate/[email protected]
β”œβ”€β”€ @vue/[email protected]
β”œβ”€β”€ @vueuse/[email protected]
β”œβ”€β”€ @vueuse/[email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
β”œβ”€β”€ [email protected]
└── [email protected]
@TechAkayy TechAkayy added the bug Something isn't working label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants