Go to Features > SASS variables and to the section Variable API
upon selection from the drop down I selected "$input-control-height", and it generated this code
@use 'vuetify' with (
$input-control-height: 56px,
);
and I get the error "[sass] This variable was not declared with !default in the @used module."
I thought may be my configuration is wrong, but I installed a new test project from create vuetify, I still get the same error.
Environment
Browsers: Chrome 129.0.0.0 OS: Linux x86_64
Steps to reproduce
Go to Features > SASS variables and to the section Variable API upon selection from the drop down I selected "$input-control-height", and it generated this code @use 'vuetify' with ( $input-control-height: 56px, );
and I get the error "[sass] This variable was not declared with !default in the @used module." I thought may be my configuration is wrong, but I installed a new test project from create vuetify, I still get the same error.
Expected Behavior
Customize variable
Actual Behavior
Error
Reproduction Link
https://vuetifyjs.com/en/features/sass-variables/