In D6 has a limitation of less.module. It is only works with *.css.less files, but in D7 this limitation is solved.
I think this 'css.less' can be replaced with 'less'
in this line:
foreach (array('css', 'css.less', 'sass', 'scss') as $extension) {
in alpha_find_stylesheet() function.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

phaer’s picture

Status: Active » Needs review
FileSize
569 bytes

*.less seems to be quite popular if not the de facto standard among less users. So i've written a patch which adds *.less to alpha_find_stylesheets but keeps *.css.less for compatibilty with older themes.

Status: Needs review » Needs work

The last submitted patch, omega-fix-less-file-description-1324064-2.patch, failed testing.

steinmb’s picture

Issue summary: View changes
Status: Needs work » Needs review
FileSize
570 bytes

manual reroll of this oneliner.