You are here

less_demo.info in Less CSS Preprocessor 7.2

name = "LESS CSS Preprocessor - DEMO"
description = "Demonstrate LESS module functionality and implementation examples."

core = 7.x

configure = admin/config/development/less/demo

#stylesheets[all][] = less.test.less

less[@gradient_end] = darken(@gradient_start, 10%);
less[@gradient_start] = #0779bf;

less[@text_glow] = lighten(@gradient_start, 10%);

File

less_demo/less_demo.info
View source
  1. name = "LESS CSS Preprocessor - DEMO"
  2. description = "Demonstrate LESS module functionality and implementation examples."
  3. core = 7.x
  4. configure = admin/config/development/less/demo
  5. #stylesheets[all][] = less.test.less
  6. less[@gradient_end] = darken(@gradient_start, 10%);
  7. less[@gradient_start] = #0779bf;
  8. less[@text_glow] = lighten(@gradient_start, 10%);