Forums

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

Home Forums CSS LESS – problem setting up

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43791
    cpk33
    Participant

    Hey all,

    I’m sure the answer to this is super obvious, but for some reason I can’t get LESS to work properly on my site. When I take the style.css line out of my head, I am expecting the .less file to take over, but it doesn’t seem to work.

    I am just developing at the moment, so less.js is fine for compiling. I think I am missing a big step here, just not sure what.

    Thanks everyone

    #130256
    oburakevych
    Member

    You don’t need anything more. Check if you see in your Development console that the less.js file is loaded and output from it when generating css:
    less: parsed http://localhost:8000/app/css/login.less successfully.
    less.min.js (line 8)
    less: css for http://localhost:8000/app/css/login.less generated in 45ms

    #130257
    oburakevych
    Member

    You don’t need anything more. Check if you see in your Development console that the less.js file is loaded and output from it when generating css:

    less: parsed http://localhost:8000/app/css/login.less successfully.
    less.min.js (line 8)
    less: css for http://localhost:8000/app/css/login.less generated in 45ms

    #130331
    cpk33
    Participant

    In Chrome, my style.less file is in Red, with a 403 Forbidden status. Not sure what could be doing this… I appreciate your help man.

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