[Bug Report] Modifying stylus variables not working using a-la-carte
See original GitHub issueVersions and Environment
Vuetify: 1.5.7 Vue: 2.6.6 Browsers: Chrome 72.0.3626.121 OS: Windows 10
Steps to reproduce
- Create a fresh project by:
vue create vuetify-stylus-override
vue add vuetify
- 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:
Actual Behavior
Button in toolbar has a text-transform: uppercase
styling
Reproduction Link
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Experiencing the same issue.
@madebycaliper That makes very sense to me. Thank you for that 😃 I will try it asap.