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
<em>matcha.css</em> provides preset builds for added convenience.
5
-
If you need a specific set of features, you can also use the <ahref="#custom-build">custom builder</a>.
4
+
<em>matcha.css</em> provides preset builds for added convenience. If you need a specific set of features, you can also use the <ahref="#custom-build">custom builder</a>.
Copy file name to clipboardExpand all lines: app/sections/preview-website.html
+15-6
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,8 @@ <h3><a href="#preview-website">🕵️ Preview a Website</a></h3>
10
10
<labelfor="url">
11
11
Website URL:
12
12
<small>
13
-
Please note that the previewed site will be stripped of its <codedata-hl="html"><style></code> and <codedata-hl="html"><script></code> tags.
14
-
External resources may not load properly.
15
-
This form is intended for quick previews only.
13
+
Please note that the previewed site will be stripped of its <codedata-hl="html"><style></code> and <codedata-hl="html"><script></code> tags. External resources may not load
14
+
properly. This form is intended for quick previews only.
<li>Browser list adheres to <code>defaults</code> (<code>> 0.5%, last 2 versions, Firefox ESR, not dead</code>).</li>
25
+
<li>
26
+
Browser list adheres to <code>defaults</code> (<code>> 0.5%, last 2 versions, Firefox ESR, not dead</code>).
27
+
</li>
26
28
<li>The first row displays the overall support for each browser.</li>
27
29
<li>Please note that the auto-generated table may contain minor inaccuracies due to the complexity of mapping CSS features against compatibility data.</li>
28
30
<li>Thus, browsers scoring 90% and above are considered fully supported.</li>
29
31
</ul>
30
32
<p>
31
33
You can toggle verbosity to display additional information, such as specific CSS features and rules reported as partially supported or unsupported.
These extra styles does not actually perform syntax highlighting, it is only for styling the code editor.
31
-
It is required to include a syntax highlighting library like <ahref="https://highlightjs.org" target="_blank">highlight.js</a>.
32
-
See the example code above for a simple implementation.
42
+
These extra styles does not actually perform syntax highlighting, it is only for styling the code editor. It is required to include a syntax highlighting library like <a
43
+
href="https://highlightjs.org"
44
+
target="_blank"
45
+
>highlight.js</a>. See the example code above for a simple implementation.
33
46
</p>
34
47
<pclass="flash accent">
35
48
Use with <ahref="#syntax-highlighting"><em>matcha.css</em>'s syntax highlighting classes</a> for a extra synergy!
<small>Type an URL below. If it is valid, it'll appear in <code><spanclass="success">◉</span> --success</code> while it'll appear in <code><spanclass="danger">◉</span> --danger</code> if not.</small>
17
+
<small>Type an URL below. If it is valid, it'll appear in <code><spanclass="success">◉</span> --success</code> while it'll appear in <code><spanclass="danger">◉</span> --danger</code> if
0 commit comments