3 #mixins Mixins

LESS mixins used in this demo.

3.1 #mixins.button-colorize .button-colorize(@color)

  • @color
    Button color.

Creates button styling with the specified color.

3.2 #mixins.example .colors(@bg, @color)

  • @bg
    Background color; defaults to #f5f5f5.
  • @color
    Foreground color; defaults to #900.

Applies foreground and background colors.