ment-mx / Prism

Creates a beautiful artboard color palette with all your 'Document Colors' and their respective color label in a variety of formats.
MIT License
1.01k stars 47 forks source link

Generates invalid variable names #39

Open Vorror opened 6 years ago

Vorror commented 6 years ago

The name generated for my color was called "St. Patrick's blue". Prism then generated the following scss variable name: $st.-patricks-blue: #1A237E;. The "." in "St." is an invalid character.

lalomts commented 6 years ago

Hi, @Vorror thanks for noting this. We'll fix it as soon as possible.