Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable interpolation does not work correctly with bootstrap 4, formControl is used before it's defined. #8

Open
bwarner opened this issue Nov 14, 2019 · 2 comments

Comments

@bwarner
Copy link

bwarner commented Nov 14, 2019

On line 3073 the definition for inputGroup references formControl before it is defined.
This causes the wrong selector to be used.

Look like this is because the rule on line 3315

.btn-toolbar .input-group {
  width: auto;
}

Causes input-group to be generated before form-control which is defined later in the file.

Here is a screenshot of the css.

Screen Shot 2019-11-13 at 10 48 18 PM

@bwarner
Copy link
Author

bwarner commented Nov 14, 2019

Screen Shot 2019-11-13 at 10 55 15 PM

@krainboltgreene
Copy link

One way to solve this would be to generate files for each style, and have them inter-import.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants