What is LESS?

Discussion in 'HTML & Website Design' started by i_am_dhaval, May 24, 2012.

  1. #1
    What is LESS?

    how can i use?

    what is difference between LESS and CSS?
     
    i_am_dhaval, May 24, 2012 IP
  2. barger9

    barger9 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    [h=3]LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (Chrome, Safari, Firefox) and server-side, with Node.js and Rhino.[/h]
     
    barger9, May 25, 2012 IP
  3. r.arifur

    r.arifur Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    LESS is a CSS Pre processor

    There are many CSS Preprocessors available, like Less, Sass, Emastic, 960.gs, Compass, Unobtrusive, BluePrint etc.
     
    r.arifur, May 25, 2012 IP
  4. ~DarkBlood

    ~DarkBlood Peon

    Messages:
    63
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    CSS Pre processor?
    any more explanation?
     
    ~DarkBlood, May 26, 2012 IP
  5. remadeunfortunately

    remadeunfortunately Member

    Messages:
    86
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    48
    #5
    A search on google will yield results will help you understand CSS preprocessors
     
    remadeunfortunately, May 26, 2012 IP
  6. sarahk

    sarahk iTamer Staff

    Messages:
    28,838
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #6
    Check out http://lesscss.org/

    It looks really interesting but I haven't got to the bit about how it handless css hacks yet.

    I do like the idea of being able to define a palette of colours and then use their readable names. I'm not sure if its not just a way to add complexity to a relatively simple system though.
     
    sarahk, May 27, 2012 IP