ckrack / fbootstrapp

HTML, CSS, and JS toolkit for facebook apps
http://ckrack.github.com/fbootstrapp/
Apache License 2.0
1.61k stars 173 forks source link

popoverdouble - No matching definition #14

Open sergio101 opened 12 years ago

sergio101 commented 12 years ago

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!

jimrubenstein commented 12 years ago

I've also come up on this issue, using Less 1.3.0.

I found issue #20 has a pull request with a patch to fix this problem.