Adrien Foulon

Results 434 comments of Adrien Foulon

@srowhani Sure, but there is an issue with sass-lint, it crashes with css variables currently, https://github.com/sasstools/sass-lint/pull/1310 (quite the annoying bug..) Do you have the right to merge and publish the...

Tests are added, they will only pass with the fix on sass-lint applied as it's currently throwing a js error

Looking for an alternative to multi-loader as well for this, they archived the project but gave no info as to why it's deprecated and what are the alternatives

@kavu I made an option in the plugin called `emitBeforeFile` in my fork, let me know if interested in a PR, maybe I can rename the option to something more...

Hmm, it's because since v3 it's a subplit but master doesn't reflect the v3 branch but a very old version

There is a way to hack it but it's really really bad and I don't recommend it You can use the :step property to change the default text and it...

@KaelWD @johnleider Any news? It should be as simple as doing this ```JS genStepContent () { //Simply return the content of the "icon" slot if it's defined with the entire...

Seems this was forgotten but is in good demand, so a little bump

@ibraahim6 This is not a solution, only a proposal to be added to vuetify, you'd need to modify the vuetify source and recompile it as a local dependency of your...

@gegeke If you name it `v-stepper-step` instead of `ve-stepper-step` you don't need to extend the stepper as well, vue allows for components to have the same name