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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | omega-fix-less-file-description-1324064-3.patch | 570 bytes | steinmb |
| #1 | omega-fix-less-file-description-1324064-2.patch | 569 bytes | phaer |
Comments
Comment #1
phaer commented*.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.
Comment #3
steinmb commentedmanual reroll of this oneliner.