Skip to content

Commit

Permalink
docs(storybook-html): correct the utrecht-html css class
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Oct 27, 2023
1 parent aef629a commit 1c2e051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/component-library-css/html-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# HTML Components

HTML components contain a small subset of the CSS components, for components that occur in regular HTML pages with semantic HTML. You can apply the `utrecht-html-content` class name to your page, and any semantic HTML will be styled automatically. This can be helpful to style HTML content from a CMS, for example.
HTML components contain a small subset of the CSS components, for components that occur in regular HTML pages with semantic HTML. You can apply the `utrecht-html` class name to your page, and any semantic HTML will be styled automatically. This can be helpful to style HTML content from a CMS, for example.

```shell
npm install --save-dev --save-exact @utrecht/component-library-css
Expand All @@ -12,7 +12,7 @@ Include the CSS in your HTML page like so:

```html
<!DOCTYPE html>
<html lang="en" class="utrecht-html-content">
<html lang="en" class="utrecht-html">
<head>
<title>Example page</title>
<link rel="stylesheet" href="node_modules/@utrecht/component-library-css/dist/html.css" />
Expand Down

0 comments on commit 1c2e051

Please sign in to comment.