-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
CSS specificityDifferent CSS on dev and productionDifferent CSS on dev and productionT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing featuressemver: majorContains breaking API changesContains breaking API changes
Milestone
Description
v3.6 added cascade layers behind a variable (#15596). We should remove this option so we can make proper use of them in components instead of having to make sure styles work without layers too.
This is a breaking change as it reduces the specificity of vuetify styles to nothing, including utility classes. Custom styles may need to be rewritten with layers, and external stylesheets modified if they are to overridden with utility classes.
andyfehrenbach
Metadata
Metadata
Assignees
Labels
CSS specificityDifferent CSS on dev and productionDifferent CSS on dev and productionT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing featuressemver: majorContains breaking API changesContains breaking API changes