Skip to content

Commit ef75830

Browse files
authored
Merge pull request #317 from Banandrew/reset-is-required
Elaborated the use of individual components on the reset component’s page
2 parents 5f8faab + 3660c11 commit ef75830

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

server/documents/globals/reset.html.eco

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ themes : ['Default', 'Basic', 'Resetcss']
1919
<div class="ui active tab" data-tab="overview">
2020
<h2 class="ui dividing header">What's In Our Reset</h2>
2121
<p>Semantic's default theme includes the latest <a href="http://necolas.github.io/normalize.css/">Normalize CSS</a> to provide a base line HTML reset. In addition, Semantic UI requires a <b>Box-sizing</b> reset, to make sure that elements handle width definitions in the same way.</p>
22+
<div class="ui text message info ignore">
23+
The reset is required for Semantic UI components to function properly, and should also be included when using individual components.
24+
</div>
2225

2326
<h2 class="ui dividing header">Reset Options</h2>
2427
<p>

0 commit comments

Comments
 (0)