Skip to content
This repository was archived by the owner on Oct 18, 2019. It is now read-only.
This repository was archived by the owner on Oct 18, 2019. It is now read-only.

Changing vuetify variables do not work #87

Description

@MathiasVie

When I change variables in assets/style/variables.styl some variables can be changed e.g. $body-font-family like in the example below. Others will not be changed e.g. $heading-font-family or $headings

@require '~vuetify/src/stylus/settings/_variables.styl'

$body-font-family = 'Open Sans', sans-serif
$sheet-border-radius = 7px
$heading-font-family = $body-font-family
$headings = {
  h3: { size: 65px, weight: 400, line-height: 48px, letter-spacing: normal, font-family: $heading-font-family }
}

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions