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

Typo in _forms-basic.scss #51

Closed
Apeopex opened this issue Mar 11, 2017 · 1 comment
Closed

Typo in _forms-basic.scss #51

Apeopex opened this issue Mar 11, 2017 · 1 comment

Comments

@Apeopex
Copy link

Apeopex commented Mar 11, 2017

Label styling has an errant space that causes SASS compiled code to not apply Darken function.

https://github.com/mdbootstrap/bootstrap-material-design/blame/master/sass/mdb/free/_forms-basic.scss#L102

https://github.com/mdbootstrap/bootstrap-material-design/blame/master/css/mdb.css#L5893

label {
    font-size: $label-font-size;
    color: darken ($input-border-color, 90%);
}

The space between darken and the parenthesis open is invalid and causes the following incorrect css:

label {
font-size: 0.8rem;
color: darken #ccc, 90%; }
@mattonit
Copy link
Contributor

fixed

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