add browser support for custom-variables and build
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -343,7 +343,7 @@ in any specification.</span></p>
|
|||||||
<h4 data-type="Browser support">Browser support</h4>
|
<h4 data-type="Browser support">Browser support</h4>
|
||||||
<div>
|
<div>
|
||||||
<div class="snippet__browser-support">
|
<div class="snippet__browser-support">
|
||||||
100%
|
87.2%
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p><span class="snippet__support-note">⚠️ This is an experimental technology.</span></p>
|
<p><span class="snippet__support-note">⚠️ This is an experimental technology.</span></p>
|
||||||
@ -352,7 +352,7 @@ in any specification.</span></p>
|
|||||||
If no link is provided, it defaults to 99+%. -->
|
If no link is provided, it defaults to 99+%. -->
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://caniuse.com/#feat=some-feature" target="_blank">https://caniuse.com/#feat=some-feature</a>
|
<a href="https://caniuse.com/#feat=css-variables" target="_blank">https://caniuse.com/#feat=css-variables</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -55,4 +55,4 @@ Reuse declared variable throughout the document using the `var(--variable-name)`
|
|||||||
<!-- Whenever possible, link a `caniuse` feature which allows the browser support percentage to be displayed.
|
<!-- Whenever possible, link a `caniuse` feature which allows the browser support percentage to be displayed.
|
||||||
If no link is provided, it defaults to 99+%. -->
|
If no link is provided, it defaults to 99+%. -->
|
||||||
|
|
||||||
* https://caniuse.com/#feat=some-feature
|
* https://caniuse.com/#feat=css-variables
|
||||||
|
|||||||
Reference in New Issue
Block a user