bugzy Posted July 30, 2012 Share Posted July 30, 2012 Like this. <link rel="stylesheet" type="text/css" href="public1.css" media="screen" /> <link rel="stylesheet" type="text/css" href="public2.css" media="screen" /> I want to organize my css codes for words, boxes and etc. I just want to ask if this is ok? Newbie question guys. Quote Link to comment Share on other sites More sharing options...
Mahngiel Posted July 30, 2012 Share Posted July 30, 2012 sure, nothing :inherently: wrong with that. there will be additional http requests to consider as well as the order of the cascading rules for imported stylesheets. it's okay to do it in development, but you should really combine them (and minify) for production sites Quote Link to comment Share on other sites More sharing options...
bugzy Posted July 31, 2012 Author Share Posted July 31, 2012 sure, nothing :inherently: wrong with that. there will be additional http requests to consider as well as the order of the cascading rules for imported stylesheets. it's okay to do it in development, but you should really combine them (and minify) for production sites Thanks again Mahngiel Quote Link to comment Share on other sites More sharing options...
Christian F. Posted July 31, 2012 Share Posted July 31, 2012 If you only want to organize your CSS, then I recommend using comments instead. That's what they're meant for, after all. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.