Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs update #81

Closed
wants to merge 4 commits into from
Closed

Docs update #81

wants to merge 4 commits into from

Conversation

robtarr
Copy link
Contributor

@robtarr robtarr commented Oct 24, 2021

Update class headings and examples in tables to be more consistent.

To vaidate:

  1. npm run docs
  2. cd styleguide
  3. python -m SimpleHTTPServer 3000
  4. Verify that table headings are now consistently Class Name
  5. Verify that the examples classes are not prefixed with .

Closes #46

Changing from 'Class' to 'Class Name' per #46
Changing from 'Default Class' to 'Default Class Name'
@@ -10,7 +10,7 @@
<thead>
<tr>
<th></th>
<th>Default Class</th>
<th>Default Class Name</th></th>
Copy link
Member

@catheraaine catheraaine Oct 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there an extra </th> in these @robtarr ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, looks like I did my find/replace wrong. 🤦🏻‍♂️

Thanks for catching that.

@zastrow zastrow closed this Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Consistency of Table Content
3 participants