Multiple style sheets best practice

Posted by user1145927 on Programmers See other posts from Programmers or by user1145927
Published on 2012-08-28T13:40:04Z Indexed on 2012/08/28 15:50 UTC
Read the original article Hit count: 206

Filed under:

I currently am working on a project which has one large style sheet for about 20 pages. The style sheet contains some styles which are specific for certain pages. I'd like to break the style sheet up so there is one style sheet for each page with one master style sheet that handles everything generic. The reason I want to do this is so people can work on multiple pages without having to worry about who has that large style sheet checked out (I'm using TFS). Is this good practice?

© Programmers or respective owner

Related posts about css