jgthms / bulma

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

Unable to access to the page of positioning helpers #3752

Closed zhaolinlau closed 4 months ago

zhaolinlau commented 5 months ago

This is about Bulma | the Docs.

Overview of the problem

This is about the Bulma Docs

Description

Unable to access to the documentation of the positioning helpers when i click the "positioning"

Steps to Reproduce

  1. navigate to documentation
  2. click the positioning under css helpers

Expected behavior

redirect to the page of positioning helpers

Actual behavior

redirect to the page of spacing helpers

vanodevium commented 5 months ago

As far as I understood in the past versions, there were no positional helpers there either.

I think it's an accidental typo.

you can look at older versions yourself: 0.9.4, 0.9.3 etc.

LukaHarambasic commented 5 months ago

There is also no page here: https://github.com/jgthms/bulma/tree/main/docs/documentation/helpers But there is a sass file here: https://github.com/jgthms/bulma/blob/main/sass/helpers/position.scss And it is here in the final CSS: https://github.com/jgthms/bulma/blob/main/css/bulma.css#L21011

So it really seems like the docu is missing as positions are released.

BeepBot99 commented 4 months ago

3762 will fix this issue.