jgthms / bulma

Modern CSS framework based on Flexbox
https://bulma.io
MIT License
49.14k stars 3.95k forks source link

Documentation for navbar-burger contains error regarding number of empty `span` tags #3754

Closed scottmacpherson closed 4 months ago

scottmacpherson commented 5 months ago

This is about the Docs.

Overview of the problem

This is about the Bulma Docs I'm using Bulma version 1.0.0

I am sure this issue is not a duplicate

Description

https://bulma.io/documentation/components/navbar/#navbar-burger states:

It has to contain three empty span tags…

As of 1.0.0 it has to contain four empty span tags though. The code examples are correct.

JAProgramming commented 5 months ago

I just submitted a pull request to fix the typo

jgthms commented 5 months ago

I just submitted a pull request to fix the typo

I can't see it.

shenef commented 5 months ago

It's #3788, looks like it took 30 minutes for it to show up.

scottmacpherson commented 4 months ago

Resolved by commit a38cd56. Thanks everyone!