-
Newbie
Merging 2 CSS files
Can someone tell me the best way to merge two css files? Just getting started and would love the help. Learning a lot googling, but would also like some guidance..
-
-
Re: Merging 2 CSS files
Depends, if the css contains markup for the same elements you need to determine which of the two you want to keep. That means going element by element and keeping the one you want. If they are completely different then all you have to do is copy the markup from one and paste it in the other. I am sure there are some merging tools out there (look here for example: Combine & Merge multiple CSS files) but personally I would only do it manually, if they contain the same elements but those elements have different markup it can be a real pain changing your styling if it leaves both in there.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks