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: README.md
+110-4Lines changed: 110 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,10 @@ Topics included/covered
63
63
[Using CSS Variables](#15-using-css-variables)
64
64
- 1.6. [CSS Variables vs Preprocessor Variables](#16-css-variables-vs-preprocessor-variables) | [Difference Between CSS Variables and Preprocessor Variables](#16-difference-between-css-variables-and-preprocessor-variables)
65
65
- 1.7. [CSS Variables with JavaScript](#17-css-variables-with-javascript)
The benefits of using variables in CSS are not that much different than from those of using variables in any other programming languages (define/initiate once and use when required). <br/> <br/>
943
+
The beauty of variables is that they let you store your valuables/properties in one place and update it on the fly for several various purposes. <br/>
944
+
</article>
945
+
946
+
<footerclass="footer-text">This is footer Text</footer>
0 commit comments