for some reason, i keep getting the following error in my app:
No matching definition was found for #popoverdouble > .above(11px, , -2px)
what i ended up doing to fix it i s commenting out these lines in patterns.less:
1026 &.above:after { #popoverdouble > .above(11px, @white, -2px); }
1027 &.right:after { #popoverdouble > .right(11px, @white, -2px); }
1028 &.below:after { #popoverdouble > .below(11px, @white, -2px); }
1029 &.left:after { #popoverdouble > .left(11px, @white, -2px); }
i am not currently using popovers, but i probably will be soon.. my guess is that this might post a problem..
just wanted to point it out, and see if i was doing something wrong...
thanks!