What do you mean by "vue filenames". Components, index... ?
@SerekKiri Hey!
I mean we use two different type of syntax here for our css files, the PascaleCase and kebab case.
But our vue components only use PascaleCase. We should unify this.
e.g. settings-section.scss -> SettingsSection.scss
Ok, i will work on this 馃憤
@SerekKiri Awesome! Feel free to ask if you have any questions :)
I made an PR, I hope this will help 馃槃