add browser support for custom-variables and build

This commit is contained in:
Stefan Feješ
2018-03-02 21:55:30 +01:00
parent dc3eb5e3fe
commit d0d9afa598
4 changed files with 15 additions and 15 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -343,7 +343,7 @@ in any specification.</span></p>
<h4 data-type="Browser support">Browser support</h4>
<div>
<div class="snippet__browser-support">
100%
87.2%
</div>
</div>
<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+%. -->
<ul>
<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>
</ul>
</div>

View File

@ -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.
If no link is provided, it defaults to 99+%. -->
* https://caniuse.com/#feat=some-feature
* https://caniuse.com/#feat=css-variables