meteor-bootstrap icon indicating copy to clipboard operation
meteor-bootstrap copied to clipboard

mixins.import.less, use example?

Open Orbyt opened this issue 10 years ago • 0 comments

How do i use the mixins in the mixins.import? Im trying to use the gradient mixin which is specified like this in the mixins.import.less file: #gradient { .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {

Ive tried #gradient.vertical(), #gradient > .vertical() etc.

How is this mixin used?

Orbyt avatar May 23 '15 03:05 Orbyt