You are here

README.txt in Less CSS Preprocessor 6.2

Same filename and directory in other branches
  1. 6.3 README.txt
  2. 7.2 README.txt
  3. 7.3 README.txt
LESS CSS Preprocessor

Files in lessphp/ are from the library at http://leafo.net/lessphp/

The LICENSE file in lessphp/ applies only to files within lessphp/


DIRECTIONS:

Can be invoked by either "drupal_add_css('filename.css.less')" or in the .info
file of your theme as "stylesheets[all][] = filename.css.less"

I highly suggest that you name your files as "somefilename.css.less", as .css
portion of the filename is critical to some internal Drupal code.


RTL Compatibility:

As long as you name your files like "filename.css.less" Drupal should
automatically detect and use "filename-rtl.css.less" if the file is present.


INCLUDES:

Files can be included using the standard @import syntax
(http://www.w3.org/TR/CSS2/cascade.html#at-import).
Each file that is included in such a manner will inserted into the including
document and then the including document will be parsed.

File

README.txt
View source
  1. LESS CSS Preprocessor
  2. Files in lessphp/ are from the library at http://leafo.net/lessphp/
  3. The LICENSE file in lessphp/ applies only to files within lessphp/
  4. DIRECTIONS:
  5. Can be invoked by either "drupal_add_css('filename.css.less')" or in the .info
  6. file of your theme as "stylesheets[all][] = filename.css.less"
  7. I highly suggest that you name your files as "somefilename.css.less", as .css
  8. portion of the filename is critical to some internal Drupal code.
  9. RTL Compatibility:
  10. As long as you name your files like "filename.css.less" Drupal should
  11. automatically detect and use "filename-rtl.css.less" if the file is present.
  12. INCLUDES:
  13. Files can be included using the standard @import syntax
  14. (http://www.w3.org/TR/CSS2/cascade.html#at-import).
  15. Each file that is included in such a manner will inserted into the including
  16. document and then the including document will be parsed.