Skip to content

Commit

Permalink
Added an ID to the styleguide's body tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Giraldo committed Oct 17, 2019
1 parent 53fd418 commit c14f7c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# The LEAN Theme's styleguide
View in a single page all your coded UI components.

By default it reads the atoms, molecules, organisms and templates from the components folder of the Lean Theme.
By default it reads the atoms, molecules, organisms and templates from the components folder of the Lean Theme.0

The styleguide can be accessed on `[site-url]/styleguide`

## How to use

Expand Down
2 changes: 1 addition & 1 deletion src/styleguide-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

</head>

<body class="js-lean-styleguide">
<body id="app" class="js-lean-styleguide">

<div class="sg-my-8 container">

Expand Down

0 comments on commit c14f7c7

Please sign in to comment.