Should I use more than one CSS sheet?
Posted
by Robert
on Stack Overflow
See other posts from Stack Overflow
or by Robert
Published on 2010-05-20T13:36:09Z
Indexed on
2010/05/20
13:40 UTC
Read the original article
Hit count: 159
css
I am updating a website to add some mobile friendly pages.
At the moment we have one big css page with everything in. My idea is to put all the mobile specific css into a separate file and then link both sheets. The mobile css will overide anything in the default css (bigger buttons etc).
Im quite new to css, what is the best practice?
© Stack Overflow or respective owner