I have this issue. Did anyone come across it and solved it?

I've declared my less files (3 files) in my example.info file like so:
stylesheets[all][] = structure.css.less
stylesheets[all][] = fontsandbacks.css.less
stylesheets[all][] = other.css.less

I've turned off all cache, boost and css aggregating modules

when I load the page live css shows me the select with the following options:
http://example.com/sites/default/files/less/4f3baf0d4b55a8.27790845/site...
http://example.com/sites/default/files/less/4f3baf0d4b55a8.27790845/site...
http://example.com/sites/default/files/less/4f3baf0d4b55a8.27790845/site...
instead of:
http://example.com/sites/all/themes/example/structure.css.less
http://example.com/sites/all/themes/example/fontsandbacks.css.less
http://example.com/sites/all/themes/example/other.css.less

Any ideas? Am I doing something wrong?

Comments

guybedford’s picture

Can you write out the extensions from the first list of files Live CSS is showing?

This may be as simple as a bad regex! Will look into it.

guybedford’s picture

Until this gets sorted in the next release, a temporary fix for this would be to remove the '.css' part of the filename before the '.less'.

guybedford’s picture

Status: Active » Closed (works as designed)

This is a result of having the Live CSS module and LESS module running together, with Live CSS LESS support still enabled. This needs to be turned off as mentioned in the instructions.