As I understand things, it is preferable to combine the various .css files used on a site into a single file.
How would one effectively go about this?
Any thought or suggestions very much appreciated, cheers!
The member formerly known as Roland Deschain After your question is solved, please Edit your original post and choose the Solved message icon, thank you!
So for example, in a case where the following .css files are used on a site:
rokmoomenu.css
template_css.css
secondary-color.css
primary-color.css
menu-color.css
body-color.css
rokslidestrip.css
rokzoom.css
One would edit the template_css.css file the following way (adding comments as need be as in the example)?
start of template_css.css file
>template_css.css code here<
Comment for added .css file
>rokmoomenu.css code here<
Comment for added .css file
>secondary-color.css code here<
Comment for added .css file
>primary-color.css code here<
Comment for added .css file
>menu-color.css code here<
Comment for added .css file
>body-color.css code here<
Comment for added .css file
>rokslidestrip.css code here<
Comment for added .css file
>rokzoom.css code here<
End of template_css.css
Would this be correct fine sir? Are there any others changes required? Any pitfalls to avoid? Why is the sky blue? Does James really live on Muffins?
Cheers!
The member formerly known as Roland Deschain After your question is solved, please Edit your original post and choose the Solved message icon, thank you!