
How to include an additional CSS file
Here is an article on adding additional CSS files to your theme. This may come handy if you prefer to have separate CSS files to manage your project more efficiently.
Drupla.org: How to Call Additional CSS Files
Or you could use @import "rule" within your CSS file to access the secondary CSS file.
w3.org: The @import rule
==============








