Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

@baseLine is @baseLineHeight in Bootstrap 2 #3

Open
arthursw opened this issue Jun 4, 2012 · 0 comments
Open

@baseLine is @baseLineHeight in Bootstrap 2 #3

arthursw opened this issue Jun 4, 2012 · 0 comments
Labels

Comments

@arthursw
Copy link

arthursw commented Jun 4, 2012

Hi,

I just tried tag-it on my web app, and I noticed the @baseline variable is now called @baseLineHeight.

So to make tag-it work, just change the lines 36 and 37 in fake-form.less

from

line-height: @baseline;
height: @baseline;

to

line-height: @baseLineHeight;
height: @baseLineHeight;

Instead of using imports to use tagit styles (in less), I copied and past the files into style.less. this way I could detect the error (errors in imported files are not displayed correctly on the default less compiler).

Arthur

@nikku nikku added the backlog label Jan 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants