Can't edit theme
See original GitHub issueSteps to reproduce
Init a vue project with vue-cli. Add vuetify (following doc’)
Add following code to App.vue:
<style lang="styl">
@require '~vuetify/src/stylus/main.styl'
$theme := {
primary:"#fff"
accent: "#fff"
secondary: "#fff"
info: "#fff"
warning: "#fff"
error: $red.base
success: $green.base
}
</style>
Versions
vuetify = ^0.9.4, vue = 2
What is expected ?
I would like to change theme variable for my app
What is actually happening ?
Nothing. No error but the theme doesn’t change
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Can't edit Theme Options | WordPress.org
Can't save any changes under Theme Options. Example, Layout Settings > Wide Layout. Gives “Invalid value.” and says “Unable to save due to...
Read more >Topic: Can't Edit My Theme | WordPress.com Forums
To go back to the free options, go to Appearance → Themes → Customize → Colors and click the “exit the preview” link...
Read more >How to reactivate the 'edit theme' option in WordPress
If the 'theme edit' option has disappeared from your WordPress dashboard and you're unable to edit themes from the website back-end, try the...
Read more >Can't Edit Theme in WordPress? 14 Possible Solutions for You!
Step 1: Disable/deactivate all plugins on your WordPress website. Step 2: Clear all your cache including plugin cache and server cache. Step 3: ......
Read more >Why Can't I Edit My Content with the Theme Builder Editor
If you are editing a theme template using Thrive Theme Builder, and you're wondering why you can't edit every single element inside the...
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
I finally got it to work by doing this in App.vue
This is happening to me as well with Nuxt.js and @camhart’s solution doesn’t seem to work