How to Import a CSS File From Another CSS File
Last Updated on Monday, 7 January 2013 12:00 Written by Richi González Monday, 7 January 2013 12:00
Hello,
Today, I will tell you how to call a CSS file from another CSS file. To make it clearer, we will call fileB.css from fileA.css, which both are in the same directory. This comes handy when you want to keep your styling rules organized.
In fileA.css, let’s imagine we have this code:
Learn More
Recent Comments