Jump to content

Combining Multiple CSS to one without replica?


sunder

Recommended Posts

Hi Everyone,

I need a solution from any of you for following question.

Q: There is a website project which has 80 to 100 pages, now we have to convert it to responsive, but i want to distribute this to multiple people.. so that my works accomplish faster rather one person doing it… but my issue will be CSS, if multiple people is working on different pages, while combing the CSS, surely they will face the replica issue even whole UI might get colpase due to this… and one more would be CSS will become huge list and other would be browser compatibility when issues arise.

I would like to know is there any solution or guide how a multiple persons can work on one project with one CSS file at a time.

Looking forward for a positive reply. Thanks in advance.

RegardsSunder

Link to comment
Share on other sites

A lot of big template websites break down their themes. Personally I prefer the following...

 

reset css - browser standard Minimal

skin css - colors and fonts

templates - sizes and margins spacing etc.

layout - structure, floats, positioning

theme - image gradients borders effects

independent content components...

 

Doing it this way uses an interface approach (Similar to OOP). If everyone stays within their own tasks their modifications can work and interchange even targeting the same context.

Edited by Themoonstarsun
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...