You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.
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!
The text was updated successfully, but these errors were encountered: