1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Combining multiple sheets

Discussion in 'CSS' started by princealone, Mar 27, 2012.

  1. #1
    can any one help me how to join multiple sheets
     
    princealone, Mar 27, 2012 IP
  2. Alejandro131

    Alejandro131 Greenhorn

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    3
    Trophy Points:
    21
    #2
    If you want to join multiple sheets, it is as simple as copying all the text in the files to another file, though there might be some curve balls thrown along your way.

    If the multiple sheets have elements with the same name, you should see what properties they have and copy all the properties over to only one element so that there are no duplicates.

    Besides that, unless you have some other problems you might want to share with joining the sheets, it's not such a hard task to do it.
     
    Alejandro131, Aug 4, 2012 IP
  3. wyeoh

    wyeoh Greenhorn

    Messages:
    31
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    8
    #3
    This is an old thread, but if you are still looking for a solution, you may try out the site below. Listing it here so it may help others who need the tool.
    http://www.cleancss.com/

    Simply paste the all the css you want combined in the box and it will clean up and merge selector with the same name together.
     
    wyeoh, Aug 5, 2012 IP
  4. LozarD

    LozarD Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What do you mean by joining multiple sheet? Try @import 'cssfilename.css'..
     
    LozarD, Aug 17, 2012 IP