-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[Docs] Made With Bulma displays Incorrect badges. #3965
Comments
The second part is only to showcase the default badge in context of certain backgrounds. If you feel like it should use other badges, feel free to make a pull request and I'll merge it. |
I'd rather keep the original background but keep the default badge. |
I think the code will end up quite messy if only a single box in the "#Usage" section has tweaks. At the moment it works nicely just refferencing the code from the table above. It's probably best the small and large image backgrounds stay identical for the sake of not overcomplicating things. In my opinion the best options are:
happy to do whichever |
I have noticed that the Bulma badges referenced on the documentation "made with bulma" page are not showing correctly- (https://bulma.io/made-with-bulma/)
The 6 versions of the badge are shown correctly in the first section as shown below.
However in the second section which shows how to embed the badges directly, labeled "Badge Snippets", all the badges are shown as the default rather than the variant. (see below)
To fix this each image needs to be referencing its correct badge version and the associated snippets of code needs to be updated to reflect this too.
As an example: The white made with bulma badge needs to be updated to the "made-with-bulma--white.png" image and in the code snippet src="https://bulma.io/assets/images/made-with-bulma.png" needs to be changed to to src="https://bulma.io/assets/images/made-with-bulma--white.png"
The text was updated successfully, but these errors were encountered: