-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VHotkeyT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected
Milestone
Description
Environment
Vuetify Version: 3.11.0
Vue Version: 3.5.21
OS: Windows 10 (current)
Steps to reproduce
- Create project with
npm create vuetify@latest with sass support - In src/styles/settings.scss add
@use "vuetify/settings" with ( $kbd-border-radius: 3px ); - Run
npm run build
Expected Behavior
Successful build
Actual Behavior
Getting an error:
[plugin:vite:css] [sass] Error: This module was already loaded, so it can't be configured using "with".
Reproduction Link
https://github.com/Zloooy/vuetify-kbd-scss-bug-reproduction
Other comments
Live preview: https://codesandbox.io/p/github/Zloooy/vuetify-kbd-scss-bug-reproduction/master
Images
Metadata
Metadata
Assignees
Labels
C: VHotkeyT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected