question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] Modifying stylus variables not working using a-la-carte

See original GitHub issue

Versions and Environment

Vuetify: 1.5.7 Vue: 2.6.6 Browsers: Chrome 72.0.3626.121 OS: Windows 10

Steps to reproduce

  1. Create a fresh project by:
vue create vuetify-stylus-override
vue add vuetify
  1. Setup project to use stylus like described in the docs
  • Created file a src\stylus\main.styl file:
// variable to be modified:
$button-text-transform := none;

// For a-la-carte
@import '~vuetify/src/stylus/app';
  • Import that file in src/main.js
…
import './stylus/main.styl'
…
  • Remove previous stylus import from src\plugins\vuetify.js

Expected Behavior

Button in toolbar has a text-transform: none styling:

v-btn_none png

Actual Behavior

Button in toolbar has a text-transform: uppercase styling

v-btn_uppercase

Reproduction Link

https://github.com/beatgrabe/vuetify-stylus-override

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
klickparkdominikcommented, Mar 31, 2019

Experiencing the same issue.

1reaction
beatgrabecommented, Jun 26, 2019

@madebycaliper That makes very sense to me. Thank you for that 😃 I will try it asap.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Theme generator - Material Component Framework — Vuetify.js
Modifying Stylus variables. Vuetify is built on top of stylus. Similar to scss, you can change variables and re-compile the style files. A ......
Read more >
Variables - Stylus
Another cool feature unique to Stylus is the ability to reference properties defined without assigning their values to variables.
Read more >
Bug listing with status RESOLVED with resolution UPSTREAM ...
Bug :6292 - "loadkeys broken, or kernel memory garbled!!! ... Bug:96477 - "KCron crashes when using attempting to edit variables" status:RESOLVED ...
Read more >
Open bugs with attachments flagged as patches
Summary In Importance Status Attachme... 999743 warning in I.h from gcc 4.6.3 with ‑Wall nana Undecided New dpatch 999146 Merge 3.12.1 with Debian unstable glade...
Read more >
Employee, Independent Contractor, Booth Renter
Independent contractors do not go to work every day, all day long, ... should not be variable since the value of the space...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found