[feature request] Add specific vuetify prefix to classes declarations
See original GitHub issueAdding Vuetify in an existing project causes glitches because css are not well scoped.
Classes like .warning
, .info
or .title
are really common and they shouldn’t collide.
One easy solution could be to prefix all Vuetify classes with an unique string like vtf-
Issue Analytics
- State:
- Created 6 years ago
- Reactions:18
- Comments:17 (7 by maintainers)
Top Results From Across the Web
[feature request] Add specific vuetify prefix to classes ...
[feature request] Add specific vuetify prefix to classes declarations.
Read more >Frequently asked questions — Vuetify
Vuetify is a Material Design component framework for Vue.js. It aims to provide all the tools necessary to create beautiful content rich ...
Read more >Text field component - Vuetify
The prefix and suffix properties allows you to prepend and append inline non-modifiable text next to the text field.
Read more >v-textarea API - Vuetify
name type default
#append‑icon string undefined
#append‑outer‑icon string undefined
#auto‑grow boolean false
Read more >Vue.js - The Blue Book
Declarative Rendering: Vue extends standard HTML with a template syntax that allows us to declaratively describe HTML output based on JavaScript state.
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 think this is done now, we won’t be changing grid or v-app for the time being.
It’s something actively being worked on. The first set will be in 1.1
On Sat, Mar 24, 2018, 11:36 AM Tor Arne Vestbø notifications@github.com wrote: