In the example app I added some additional css classes in buttons.css to test how the styleguide generator works, and it was splitting the hyphenated class names at the hyphen.
So a comment in the CSS file like:
.button-test - A test button
Becomes the following in the output styleguide:
.button - test
Where test is considered the description and "A test button" is lost.
In the example app I added some additional css classes in buttons.css to test how the styleguide generator works, and it was splitting the hyphenated class names at the hyphen.
So a comment in the CSS file like:
.button-test - A test button
Becomes the following in the output styleguide:
.button - test
Where test is considered the description and "A test button" is lost.