To organize similar elements e.g. category, tag, type, group.
<dl>
<dt><code><span></code> <small>e.g. <code>display: inline</code></small></dt>
<dd>
<span class="x-tag">I am a tag</span>
</dd>
<dt><code><span <small>style="display: inline-block"</small>></code></dt>
<dd>
<span class="x-tag" style="display: inline-block">I am a tag</span>
</dd>
<dt><code><div></code> <small>e.g. <code>display: block</code></small></dt>
<dd>
<div class="x-tag">I am a tag</div>
</dd>
<dt><code><a></code></dt>
<dd>
<a href="#" class="x-tag">I am a tag</a>
</dd>
<dt><code><button></code></dt>
<dd>
<button class="x-tag">I am a tag</button>
</dd>
</dl>
{
"shouldSkipPattern": true,
"bootstrap4Styles": [
{
"isInternal": true,
"layer": "foundation",
"path": "/assets/core-styles.bootstrap4.css"
}
],
"globalStyles": [
{
"isInternal": true,
"layer": "base",
"path": "/assets/core-styles.demo.css"
},
{
"isInternal": true,
"layer": "base",
"path": "/assets/core-styles.base.css"
}
],
"cmsStyles": [
{
"isInternal": true,
"layer": "base",
"path": "/assets/core-styles.cms.css"
}
],
"docsStyles": [
{
"isInternal": true,
"layer": "base",
"path": "/assets/core-styles.docs.css"
}
],
"portalStyles": [
{
"isInternal": true,
"layer": "base",
"path": "/assets/core-styles.portal.css"
}
],
"subdir": "tools",
"supportStyles": [
"../../assets/tools/x-tag.demo.css"
]
}