From 2f99c56ba2b3c7253a7e80ecd6a8c4448036b803 Mon Sep 17 00:00:00 2001 From: Amoo Olusola Simeon Date: Mon, 5 Nov 2018 16:24:00 +0100 Subject: [PATCH] Added a new resource link. (#21112) Added a new resource link for more details about css variables. --- guide/english/css/css-custom-properties/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/css/css-custom-properties/index.md b/guide/english/css/css-custom-properties/index.md index 5cf2fe7941..85e920aa18 100644 --- a/guide/english/css/css-custom-properties/index.md +++ b/guide/english/css/css-custom-properties/index.md @@ -54,3 +54,4 @@ For more information visit: - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/--*) - [W3C Candidate Recommendation Document](https://www.w3.org/TR/css-variables/) - [Browser Support](https://caniuse.com/#feat=css-variables) +- [A Practical Guide to CSS Variables(SitePoint)](https://www.sitepoint.com/practical-guide-css-variables-custom-properties/)