You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Demo/Shared/Pages/RebootPage.razor
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@
19
19
PS: It is entirely possible to build a site <b>without using Reboot</b> but you will have to do more styling yourself.
20
20
</p>
21
21
<p>
22
-
PSs: <em>When creating a site that is hosted in a different base path,it might be necessary to remove the leading '/' from the stylesheet link.</em>
22
+
PPS: <em>When creating a site that is hosted in a different base path,it might be necessary to remove the leading '/' from the stylesheet link.</em>
23
23
</p>
24
24
25
25
<h2id="approach">Approach <aclass="anchor-link"href="#approach"aria-label="Link to this section: Approach"></a></h2>
26
-
<p>Reboot builds upon Bootstrap's Reboot which itself builds upon Normalize, providing many HTML elements with somewhat opinionated styles using only element selectors. </p>
26
+
<p>Reboot builds upon Bootstrap's Reboot which itself builds upon Normalize, providing many HTML elements with somewhat opinionated styles using only element selectors. </p>
27
27
<p>Here are our guidelines and reasons for choosing what to override in Reboot:</p>
28
28
<ul>
29
29
<li>Update some browser default values to use <code>rem</code>s instead of <code>em</code>s for scalable component spacing.</li>
@@ -190,7 +190,7 @@
190
190
191
191
<h2id="forms">Forms <aclass="anchor-link"href="#forms"aria-label="Link to this section: Forms"></a></h2>
192
192
<p>
193
-
To maintain a consistent look and feel, we stongly advise you to use the Fluent Input components as described in the
193
+
To maintain a consistent look and feel, we strongly advise you to use the Fluent Input components as described in the
194
194
<ahref="/Forms">Form & inputs</a> section. It is however also still possible of course to use the standard HTML input components. Most of them
195
195
have been rebooted for simpler base styles. Here are some of the most notable changes:</p>
0 commit comments