vuetifyjs / theme-generator

Vuetify Theme Generator
https://theme-generator.vuetifyjs.com
25 stars 7 forks source link

fix: Correct output in the export modal that is copy/pastable #2

Closed prashantpalikhe closed 5 years ago

prashantpalikhe commented 5 years ago

Before this PR, the export modal output with hex values is missing quotes. So once you copy/paste the output to your code, you need to apply quotes around all the hex values.

And, the output with names are kebab-cased, so you need to transform them all to camelcase after copy/pasting code.

This PR produces correct output that is directly copy/pastable to the code.

prashantpalikhe commented 5 years ago

Hex codes output

Before:

theme-generator vuetifyjs com_

After:

localhost_8081_

prashantpalikhe commented 5 years ago

Names output

Before

theme-generator vuetifyjs com_ 1

After

localhost_8081_ 1