Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS lesscss and regular css

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39828
    vanilson
    Participant

    hey guys, I read about lesscss, I understand the ideia and how to use it but I wanna hear yours opinion about lesscss…

    #110004
    TheDoc
    Member

    It’s fantastic, though I prefer SASS/SCSS.

    #110006
    vanilson
    Participant

    thedoc, it´s a bad practice if I don´t compile the .less file to a .css file?

    #110009
    SgtLegend
    Member

    The `.less` file your building should always be compiled for the site to load on a live server, using something like NodeJS or the JavaScript compiler is something I consider to be bad practice as only your desktop should ever have to be the source of the file been compiled.

    Also like TheDoc I prefer SASS with compass as it provides a lot more power and functionality without the need of ever having to worry about the hard things like remembering CSS3 properties.

    #110028
    vanilson
    Participant

    thanks for yours opinion…

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.