Forums

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

Home Forums CSS LESS variables problem Re: LESS variables problem

#137449
Paulie_D
Member

I’m not entirely sure that’s true although I have little knowledge of LESS.

LESS is a shorthand way of writing CSS, you would always need to link to a CSS file in your `head`.

Whatever processor you are using will take your `styles.less` file and create a separate `styles.css` file.

Or do I have that wrong?