Content

The role of the content class is simple. Since AsagaoUI resets all default CSS, the styles of normal tags like <h2> are all reset.

By using content, there is no need to add separate classes to blog posts or HTML generated from .md files.

Code:

html
<article class="content">
    <h1>AsagaoUI</h1>
    <h2>Content</h2>
    <p>AsagaoUI is a CSS framework with UI components built based on the [Digital Agency Design System](https://www.digital.go.jp/policies/servicedesign/designsystem), achieving beautiful and efficient web development.</p>
</article>