Skip to content

Commit 23b03f1

Browse files
committed
fix: fullscreen target updated to fullscreen fullscreen-target
1 parent 71953aa commit 23b03f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/atomic-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ <h2 class="padding:5px_0px">Demo</h2>
746746
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
747747
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
748748
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
749-
<a class="margin-right:5px" fullscreen target="#playground"></a>
749+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
750750
</div>
751751

752752
</div>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ <h2 class="padding:5px_0px">Demo</h2>
756756
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
757757
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
758758
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
759-
<a class="margin-right:5px" fullscreen target="#playground"></a>
759+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
760760
</div>
761761

762762
</div>

0 commit comments

Comments
 (0)