Skip to content

Global styles not applied for all variables #392

Description

@sivo1981

vuetify-nuxt-module version

1.0.0-rc.5

Nuxt version

4.5.2

Vuetify version

4.2.0

Reproduction

https://stackblitz.com/edit/...

Steps to reproduce

Some variables don't work as expected: $body-font-family, $font-size-root. All others work fine.

@forward 'vuetify/settings' with (
  $body-font-family: ('Poppins', sans-serif),
  $font-size-root: 10px,
  $border-radius-root: 8px,
  $card-text-font-size: 1rem,
  $input-font-size: 14px,
  $field-font-size: 14px,
  $button-font-size: 16px
);

Expected behavior

All variables should work in override.

Actual behavior

Only $body-font-family, $font-size-root cant be overriden.

System info

Additional context

No response

Validations

  • I have searched the existing issues and this is not a duplicate.
  • I have provided a minimal reproduction.
  • I have read the documentation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds reproductionNeeds a minimal reproduction

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions