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

Double declaration of .btn-default #6

Open
kequach opened this issue Jul 31, 2020 · 0 comments
Open

Double declaration of .btn-default #6

kequach opened this issue Jul 31, 2020 · 0 comments

Comments

@kequach
Copy link

kequach commented Jul 31, 2020

Is there a reason why there are 2 different CSS specifications for the .btn-default class?

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default {
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd
}

I found this in my generated CSS

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

1 participant