You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2019. It is now read-only.
Vuetify: 1.3.3 Vue: 2.5.17 Browsers: Chrome 69.0.3497.100 OS: Mac OS 10.14.0
Steps to reproduce
After cloning then running npm run dev, I'm trying to override .container layout by declaring new properties into my main.styl which is imported after your app.styl.
Expected Behavior
My new flex: none should be working
Actual Behavior
My styles come before Vuetify CSS in my html <head>. In order to work, I have either to declare !important or always increase the specificity by one.
Versions and Environment
Vuetify: 1.3.3
Vue: 2.5.17
Browsers: Chrome 69.0.3497.100
OS: Mac OS 10.14.0
Steps to reproduce
After cloning then running
npm run dev, I'm trying to override.containerlayout by declaring new properties into mymain.stylwhich is imported after yourapp.styl.Expected Behavior
My new
flex: noneshould be workingActual Behavior
My styles come before Vuetify CSS in my html
<head>. In order to work, I have either to declare!importantor always increase the specificity by one.Reproduction Link
https://github.com/alechance/nuxt-vuetify-lodash