I am trying to customize bootstrap so that the main body background is a
smooth gradient. As I understand, I need to use the gradient mixins. I have
tried setting

@bodyBackground

to

@Gradient > .vertical(lighten(@blue, 20%); @blue);

(as inspired by this bug report: https://github.com/leafo/lessphp/issues/131
).

How can I use mixins to customize bootstrap parameters like @bodyBackground?

Reply via email to