diff --git a/_data/Bulma.json b/_data/Bulma.json index 4466c00a0..a4682f789 100644 --- a/_data/Bulma.json +++ b/_data/Bulma.json @@ -1 +1 @@ -{"Data":{"Bulma-Issues":{"Issues":[{"Id":"2770686131","IsPullRequest":false,"CreatedAt":"2025-01-06T13:40:04","Actor":"AbstractionsAs","Number":"3956","RawContent":null,"Title":"Regression from 0.9.3: Background color for menu","State":"open","Body":"\r\n\r\n\r\nThis is about **Bulma**.\r\n\r\n\r\n\r\n\r\n\r\n### Overview of the problem\r\n\r\n\r\n\r\nThis is about the Bulma **CSS framework**\r\n\r\nI'm using Bulma **version** 1.0.2\r\n\r\n\r\n### Description\r\n\r\nIn Bulma 0.9.3, you could set the background color of a \"menu\" component, e.g. \"has-background-light\", and it would work as expected. \r\nSince Bulma 1.0, this gives silly results.\r\n\r\n\r\n","Url":"https://github.com/jgthms/bulma/issues/3956","RelatedDescription":"Open issue \"Regression from 0.9.3: Background color for menu\" (#3956)"},{"Id":"2770645702","IsPullRequest":false,"CreatedAt":"2025-01-06T13:18:34","Actor":"sogorgeousman","Number":"3955","RawContent":null,"Title":"The project looks abandoned","State":"open","Body":"Unfortunately, I and the rest of the developers have the impression that the project has been abandoned. Well, **not exactly completely, but noticeably**. Many really important Issues have been waiting for a response for several weeks, acceptable pull requests have not received any feedback.\r\n\r\n#3761\r\n#3954 \r\n#3911\r\n#3886 and many, many other things that I also came across.\r\n\r\nWhy not try to find enthusiasts who are ready to further develop opensource? Or at least post lines in the readme that the project has moved into sluggish development, so that developers do not waste their time waiting for their issues to be resolved and pull requests accepted","Url":"https://github.com/jgthms/bulma/issues/3955","RelatedDescription":"Open issue \"The project looks abandoned\" (#3955)"},{"Id":"2766074344","IsPullRequest":false,"CreatedAt":"2025-01-02T13:54:11","Actor":"AbstractionsAs","Number":"3954","RawContent":null,"Title":"Navbar colors not working after upgrade to Bulma 1.0","State":"open","Body":"\r\n\r\n\r\nThis is about **Bulma**.\r\n\r\n### Overview of the problem\r\n\r\nAfter upgrading from Bulma 0.9.3 to Bulma 1.0, the navbar behaves differently in two important ways as soon as you add a color:\r\n\r\n1. The \"is-active\" modifier no longer has any visual effect\r\n2. The inverted text colors behave differently. Eg. when using primary, the labels are inverted to white in Bulma 0.9.3, but are black in Bulma 1\r\n\r\n### Steps to Reproduce\r\n\r\n1. Create a navbar\r\n2. Add a few \"navbar-item\"s \r\n3. Set one \"navbar-item\" to \"is-active\"\r\n\r\nAt this point, everything seems to work\r\n\r\n4. Add a color to the navbar, e.g. \"is-primary\"\r\n\r\n### Expected behavior\r\n\r\n1. The avtive item should be styled as active\r\n2. The text should be inverted\r\n\r\n### Actual behavior\r\n\r\n1. The active item is now indistingiushable from the rest\r\n2. The text is black\r\n","Url":"https://github.com/jgthms/bulma/issues/3954","RelatedDescription":"Open issue \"Navbar colors not working after upgrade to Bulma 1.0\" (#3954)"},{"Id":"2763712207","IsPullRequest":false,"CreatedAt":"2024-12-30T21:23:18","Actor":"NXTwoThou","Number":"3953","RawContent":null,"Title":"Styling select without div(\"selectnodiv\" suggestion/example)","State":"open","Body":"This is about Bulma feature suggestion.\r\n\r\n### Overview of the problem\r\nI'm using Bulma **version** [1.0.3]\r\n\r\n### Description\r\n\r\nCreate another class that may be used in place of having to wrap select in a div.\r\n\r\n`\r\n
\r\n \r\n
\r\n\r\n\r\n`\r\n\r\nDuring a lull, I've been tasked with seeing about updating some of our older sites that used Bulma pre-1.0.0. I've made a lot of headway, but am absolutely blocked by select needing to be in a div around a select element. These older sites are ASP.NET v4 webform style. So the controls have a single CssClass=\"select\". This worked(somehow) for pre-1.0.0, but not working at all for 1.0.3. The smallest of these projects has 783 controls and I was authorized to mess with the css files, but not touch every part of the software.\r\n\r\nI got around two issues with the following:\r\n\r\n`\r\n.select {\r\n font-size: var(--bulma-control-size);\r\n}\r\n.selectnodiv {\r\n @extend .select;\r\n background-color: hsl(var(--bulma-input-h),var(--bulma-input-s),calc(var(--bulma-input-background-l) + var(--bulma-input-background-l-delta)));\r\n color: hsl(var(--bulma-input-h),var(--bulma-input-s),var(--bulma-input-color-l));\r\n border-color: var(--bulma-input-border-color);\r\n border-radius: var(--bulma-input-radius);\r\n}\r\n`\r\n\r\nI understand from reading previous issues that one of the primary reasons for wrapping in a div is so you can get icon and some additional styling. For those of us not interested in those features, it adds some additional complexity that we don't need.\r\n\r\nEven if you don't consider this suggestion, I'm posting my work around in case someone else runs into my same issue. Hopefully they aren't having to maintain decade old code bases though.","Url":"https://github.com/jgthms/bulma/issues/3953","RelatedDescription":"Open issue \"Styling select without div(\"selectnodiv\" suggestion/example)\" (#3953)"},{"Id":"2759942855","IsPullRequest":true,"CreatedAt":"2024-12-26T16:32:34","Actor":"Aic-02mz","Number":"3952","RawContent":null,"Title":"Remove outdated Ruby-Sass and Node-Sass dependencies","State":"open","Body":"# Remove outdated Ruby-Sass and Node-Sass dependencies\r\n\r\nThis pull request proposes the removal of outdated dependencies, specifically Ruby-Sass and Node-Sass, to improve the overall maintainability and performance of the repository. Both dependencies are no longer actively supported and they are both out of date\r\n\r\nKey Changes:\r\n\r\n\"img2\"\r\n\r\n\r\n## Removed Ruby-Sass and Node-Sass files:\r\n\r\nRemoved redundant files for the Sass test folder.\r\n\r\n## Streamlined the test directory:\r\n\r\nThe test directory now only contains Dart-Sass, reducing clutter and complexity.\r\n\r\n## Resolved Node-Sass syntax issues:\r\n\r\nAdjustments have been made to eliminate deprecated syntax.\r\n\r\n## Rationale:\r\n\r\nBoth Ruby-Sass and Node-Sass are no longer actively supported.\r\n\r\nThe repository now fully aligns with modern standards by using Dart-Sass exclusively.\r\n\r\nThis change reduces potential maintenance in the future by removing outdated tools.\r\n\r\n## Testing:\r\n\r\nThis PR primarily involves the clean-up and reorganization of files. No testing was performed, as no new functionality or features were introduced.\r\n\r\n## Before and After:\r\nThe directory now focuses solely on Dart-Sass, which is the preferred and modern standard.\r\n\r\n## Changelog:\r\nNot needed, as this is a clean-up effort.\r\n\r\n## Additional Notes:\r\nThis aligns the repository with current best practices by removing unsupported tools and ensuring a cleaner structure. \r\n\r\n","Url":"https://github.com/jgthms/bulma/pull/3952","RelatedDescription":"Open PR \"Remove outdated Ruby-Sass and Node-Sass dependencies\" (#3952)"},{"Id":"2748804806","IsPullRequest":true,"CreatedAt":"2024-12-18T21:45:11","Actor":"bagedevimo","Number":"3950","RawContent":null,"Title":"Correct the syntax in hero is-bold colour variants","State":"open","Body":"While the prior syntax does produce valid css, it's not quite valid scss and so produces warnings in various pre and post-processing pipelines which various upstream consumers of Bulma may use.\r\n\r\n\r\n\r\n\r\n\r\nThis is a **bugfix**.\r\n\r\n### Proposed solution\r\n\r\nBy using the correct scss syntax, we just prevent downstream warnings and errors, and make this file consistent with the rest of the bulma codebase., for example:\r\n\r\n```\r\n#30 114.5 WARNING in css/partner_portal-d7c813d1.css\r\n#30 114.5 css/partner_portal-d7c813d1.css from Css Minimizer plugin\r\n#30 114.5 postcss-calc:: Lexical error on line 1: Unrecognized text.\r\n#30 114.5 \r\n#30 114.5 Erroneous area:\r\n#30 114.5 1: var(--bulma-hero-h) - $hero-gradient-h-offset\r\n#30 114.5 ^........................^ webpack://./node_modules/bulma/sass/layout/hero.scss:146:12\r\n```\r\n\r\n### Testing Done\r\n\r\nGenerated css output has no difference before and after this change.\r\n\r\n### Changelog updated?\r\n\r\nNo.\r\n","Url":"https://github.com/jgthms/bulma/pull/3950","RelatedDescription":"Open PR \"Correct the syntax in hero is-bold colour variants\" (#3950)"},{"Id":"2740700673","IsPullRequest":false,"CreatedAt":"2024-12-16T04:51:47","Actor":"shohol07","Number":"3949","RawContent":null,"Title":"reload","State":"closed","Body":"\r\n\r\n\r\nThis is about **Bulma | the Docs**.\r\n\r\n\r\n\r\n\r\n\r\n### Overview of the problem\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n### Description\r\n\r\n\r\n\r\n### Steps to Reproduce\r\n\r\n\r\n\r\n### Expected behavior\r\n\r\n\r\n\r\n### Actual behavior\r\n\r\n\r\n","Url":"https://github.com/jgthms/bulma/issues/3949","RelatedDescription":"Closed issue \"reload\" (#3949)"},{"Id":"2736858993","IsPullRequest":false,"CreatedAt":"2024-12-12T20:51:53","Actor":"codyburleson","Number":"3948","RawContent":null,"Title":"SASS deprecation ","State":"open","Body":"This is about **Bulma**.\r\n\r\n### Overview of the problem\r\n\r\n\r\n\r\nThis is about the Bulma **CSS framework**\r\n\r\nI'm using Bulma **version** 1.0.2\r\n\r\nThis is a **Sass** issue: I'm using sass version 1.77.6\r\n\r\nThere are similar open issues related to other versions of Bulma, but this is the only one for Bulma 1.0.2\r\n\r\n### Description\r\n\r\n```\r\nDeprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\r\nUse meta.type-of instead.\r\n\r\nMore info and automated migrator: https://sass-lang.com/d/import\r\n\r\n ╷\r\n94 │ @if type-of($color) != \"color\" {\r\n │ ^^^^^^^^^^^^^^^\r\n ╵\r\n node_modules/bulma/sass/utilities/functions.scss 94:7 bulmaColorLuminance()\r\n node_modules/bulma/sass/utilities/functions.scss 128:7 bulmaFindColorInvert()\r\n node_modules/bulma/sass/utilities/derived-variables.scss 16:15 @forward\r\n node_modules/bulma/sass/utilities/_index.scss 6:1 @forward\r\n node_modules/bulma/sass/_index.scss 1:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nDeprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\r\nUse color.red instead.\r\n\r\nMore info and automated migrator: https://sass-lang.com/d/import\r\n\r\n ╷\r\n99 │ \"red\": red($color),\r\n │ ^^^^^^^^^^^\r\n ╵\r\n node_modules/bulma/sass/utilities/functions.scss 99:12 bulmaColorLuminance()\r\n node_modules/bulma/sass/utilities/functions.scss 128:7 bulmaFindColorInvert()\r\n node_modules/bulma/sass/utilities/derived-variables.scss 16:15 @forward\r\n node_modules/bulma/sass/utilities/_index.scss 6:1 @forward\r\n node_modules/bulma/sass/_index.scss 1:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nDeprecation Warning: red() is deprecated. Suggestion:\r\n\r\ncolor.channel($color, \"red\", $space: rgb)\r\n\r\nMore info: https://sass-lang.com/d/color-functions\r\n\r\n ╷\r\n99 │ \"red\": red($color),\r\n │ ^^^^^^^^^^^\r\n ╵\r\n node_modules/bulma/sass/utilities/functions.scss 99:12 bulmaColorLuminance()\r\n node_modules/bulma/sass/utilities/functions.scss 128:7 bulmaFindColorInvert()\r\n node_modules/bulma/sass/utilities/derived-variables.scss 16:15 @forward\r\n node_modules/bulma/sass/utilities/_index.scss 6:1 @forward\r\n node_modules/bulma/sass/_index.scss 1:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nDeprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\r\nUse color.green instead.\r\n\r\nMore info and automated migrator: https://sass-lang.com/d/import\r\n\r\n ╷\r\n100 │ \"green\": green($color),\r\n │ ^^^^^^^^^^^^^\r\n ╵\r\n node_modules/bulma/sass/utilities/functions.scss 100:14 bulmaColorLuminance()\r\n node_modules/bulma/sass/utilities/functions.scss 128:7 bulmaFindColorInvert()\r\n node_modules/bulma/sass/utilities/derived-variables.scss 16:15 @forward\r\n node_modules/bulma/sass/utilities/_index.scss 6:1 @forward\r\n node_modules/bulma/sass/_index.scss 1:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nDeprecation Warning: green() is deprecated. Suggestion:\r\n\r\ncolor.channel($color, \"green\", $space: rgb)\r\n\r\nMore info: https://sass-lang.com/d/color-functions\r\n\r\n ╷\r\n100 │ \"green\": green($color),\r\n │ ^^^^^^^^^^^^^\r\n ╵\r\n node_modules/bulma/sass/utilities/functions.scss 100:14 bulmaColorLuminance()\r\n node_modules/bulma/sass/utilities/functions.scss 128:7 bulmaFindColorInvert()\r\n node_modules/bulma/sass/utilities/derived-variables.scss 16:15 @forward\r\n node_modules/bulma/sass/utilities/_index.scss 6:1 @forward\r\n node_modules/bulma/sass/_index.scss 1:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nDeprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\r\nUse color.blue instead.\r\n\r\nMore info and automated migrator: https://sass-lang.com/d/import\r\n\r\n ╷\r\n101 │ \"blue\": blue($color),\r\n │ ^^^^^^^^^^^^\r\n ╵\r\n node_modules/bulma/sass/utilities/functions.scss 101:13 bulmaColorLuminance()\r\n node_modules/bulma/sass/utilities/functions.scss 128:7 bulmaFindColorInvert()\r\n node_modules/bulma/sass/utilities/derived-variables.scss 16:15 @forward\r\n node_modules/bulma/sass/utilities/_index.scss 6:1 @forward\r\n node_modules/bulma/sass/_index.scss 1:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nDeprecation Warning: blue() is deprecated. Suggestion:\r\n\r\ncolor.channel($color, \"blue\", $space: rgb)\r\n\r\nMore info: https://sass-lang.com/d/color-functions\r\n\r\n ╷\r\n101 │ \"blue\": blue($color),\r\n │ ^^^^^^^^^^^^\r\n ╵\r\n node_modules/bulma/sass/utilities/functions.scss 101:13 bulmaColorLuminance()\r\n node_modules/bulma/sass/utilities/functions.scss 128:7 bulmaFindColorInvert()\r\n node_modules/bulma/sass/utilities/derived-variables.scss 16:15 @forward\r\n node_modules/bulma/sass/utilities/_index.scss 6:1 @forward\r\n node_modules/bulma/sass/_index.scss 1:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nDeprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\r\nUse map.merge instead.\r\n\r\nMore info and automated migrator: https://sass-lang.com/d/import\r\n\r\n ╷\r\n115 │ $color-rgb: map-merge(\r\n │ ┌─────────────────^\r\n116 │ │ $color-rgb,\r\n117 │ │ (\r\n118 │ │ $name: $value,\r\n119 │ │ )\r\n120 │ │ );\r\n │ └─────^\r\n ╵\r\n node_modules/bulma/sass/utilities/functions.scss 115:17 bulmaColorLuminance()\r\n node_modules/bulma/sass/utilities/functions.scss 128:7 bulmaFindColorInvert()\r\n node_modules/bulma/sass/utilities/derived-variables.scss 16:15 @forward\r\n node_modules/bulma/sass/utilities/_index.scss 6:1 @forward\r\n node_modules/bulma/sass/_index.scss 1:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nDeprecation Warning: red() is deprecated. Suggestion:\r\n\r\ncolor.channel($color, \"red\", $space: rgb)\r\n\r\nMore info: https://sass-lang.com/d/color-functions\r\n\r\n ╷\r\n51 │ (red($value), green($value), blue($value)),\r\n │ ^^^^^^^^^^^\r\n ╵\r\n node_modules/bulma/sass/utilities/css-variables.scss 51:6 register-rgb()\r\n node_modules/bulma/sass/utilities/css-variables.scss 130:3 register-base-color()\r\n node_modules/bulma/sass/utilities/css-variables.scss 135:3 generate-basic-palette()\r\n node_modules/bulma/sass/themes/light.scss 119:7 light-theme()\r\n node_modules/bulma/sass/themes/_index.scss 11:3 @forward\r\n node_modules/bulma/sass/_index.scss 2:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nDeprecation Warning: green() is deprecated. Suggestion:\r\n\r\ncolor.channel($color, \"green\", $space: rgb)\r\n\r\nMore info: https://sass-lang.com/d/color-functions\r\n\r\n ╷\r\n51 │ (red($value), green($value), blue($value)),\r\n │ ^^^^^^^^^^^^^\r\n ╵\r\n node_modules/bulma/sass/utilities/css-variables.scss 51:19 register-rgb()\r\n node_modules/bulma/sass/utilities/css-variables.scss 130:3 register-base-color()\r\n node_modules/bulma/sass/utilities/css-variables.scss 135:3 generate-basic-palette()\r\n node_modules/bulma/sass/themes/light.scss 119:7 light-theme()\r\n node_modules/bulma/sass/themes/_index.scss 11:3 @forward\r\n node_modules/bulma/sass/_index.scss 2:1 @use\r\n src/assets/styles.scss 1:1 root stylesheet\r\n\r\nWarning: 124 repetitive deprecation warnings omitted.\r\n\r\n✓ 420 modules transformed.\r\nGenerated an empty chunk: \"common/common-typescript\".\r\n```","Url":"https://github.com/jgthms/bulma/issues/3948","RelatedDescription":"Open issue \"SASS deprecation \" (#3948)"},{"Id":"2728031799","IsPullRequest":false,"CreatedAt":"2024-12-09T19:22:18","Actor":"bartrylant","Number":"3947","RawContent":null,"Title":"Add my own variable?","State":"open","Body":"I can't find this anywhere in the docs. I have lots of ecperience with old school css and I just wanted to add a new variable myself. So I went to **utilities/initial-variables.scss**, added my new variable `family-trim` (with a value).\r\n\r\nAdded\r\n```\r\n.#{iv.$helpers-prefix}family-trim {\r\n font-family: iv.$family-trim !important;\r\n}\r\n```\r\nto **helpers/typography.scss**\r\n\r\nAnd used\r\n```\r\nh1 {\r\n font-family: cv.getVar(\"family-trim\");\r\n}\r\n```\r\nin **elements/content.scss**\r\nand compiled with dartsass.\r\n\r\nHowever, the css inspector for my h1 element says\r\n```\r\n.content h1 {\r\n font-family: var(--bulma-family-trim);\r\n}\r\n```\r\n\r\nbut `--bulma-family-trim` is not defined. What did I forget or what did I do wrong?","Url":"https://github.com/jgthms/bulma/issues/3947","RelatedDescription":"Open issue \"Add my own variable?\" (#3947)"},{"Id":"2717781490","IsPullRequest":true,"CreatedAt":"2024-12-04T13:40:58","Actor":"mickverm","Number":"3946","RawContent":null,"Title":"Add $duration to initial-variables","State":"open","Body":"Fixes https://github.com/jgthms/bulma/issues/3945","Url":"https://github.com/jgthms/bulma/pull/3946","RelatedDescription":"Open PR \"Add $duration to initial-variables\" (#3946)"},{"Id":"2717763736","IsPullRequest":false,"CreatedAt":"2024-12-04T13:34:28","Actor":"mickverm","Number":"3945","RawContent":null,"Title":"Add $duration to initial-variables","State":"open","Body":"\r\n\r\n\r\nThis is about **Bulma**.\r\n\r\n### Overview of the problem\r\n\r\nI'm using Bulma **version** 1.0.2\r\nI am sure this issue is **not a duplicate**\r\n\r\n### Description\r\n\r\nDuration is not configurable via Sass variables.","Url":"https://github.com/jgthms/bulma/issues/3945","RelatedDescription":"Open issue \"Add $duration to initial-variables\" (#3945)"},{"Id":"2715986131","IsPullRequest":false,"CreatedAt":"2024-12-03T21:12:12","Actor":"davetapley","Number":"3944","RawContent":null,"Title":"Navbar broken for certain \"grid is-col-min-...\" and viewport combinations","State":"open","Body":"\r\n\r\n\r\nThis is about **Bulma**.\r\n\r\n\r\n\r\n\r\n\r\n### Overview of the problem\r\n\r\n\r\n\r\nThis is about the Bulma **CSS framework**\r\n\r\nI'm using Bulma **version** [1.0.2]\r\nMy **browser** is: Chromium: 131.0.6778.85 (Official Build) (x86_64]\r\n\r\n\r\nI am sure this issue is **not a duplicate**\r\n\r\n### Description\r\n\r\nUse devtools set to responsive and observe navbar behaves strangely when narrowing the view port below 600px.\r\n\r\n\r\n### Steps to Reproduce\r\n\r\n```html\r\n\r\n\r\n \r\n \r\n \r\n Hello Bulma!\r\n \r\n \r\n \r\n \r\n
\r\n
\r\n
\r\n
cell one
\r\n
\r\n
\r\n
cell two
\r\n
\r\n
\r\n
cell three
\r\n
\r\n
\r\n
\r\n \r\n\r\n\r\n```\r\n\r\n### Expected behavior\r\n\r\nNavbar covers full width of viewport:\r\n\r\n\"Screenshot_12_3_24__2_08_PM\"\r\n\r\n\r\n### Actual behavior\r\n\r\nBelow 600px it does not:\r\n\r\n\"Screenshot_12_3_24__2_07_PM\"\r\n\r\n","Url":"https://github.com/jgthms/bulma/issues/3944","RelatedDescription":"Open issue \"Navbar broken for certain \"grid is-col-min-...\" and viewport combinations\" (#3944)"},{"Id":"2711036104","IsPullRequest":false,"CreatedAt":"2024-12-02T08:44:28","Actor":"martinskou","Number":"3943","RawContent":null,"Title":"Lag using navbar in Firefox","State":"open","Body":"This is about **Bulma | Firefox.\r\n\r\nIs it a bug or do I need help? \r\n\r\n### Overview of the problem\r\n\r\nThis is about the Bulma **CSS framework**\r\nI'm using Bulma **version** [1.0.2]\r\nMy **browser** is: Firefox 134.0b3\r\n\r\n\r\n### Description\r\n\r\nWhen using the navbar component it experience lag / slowness in the browser response.\r\nEg. when i move the mouse over the navbar, the hover effect is slow to appear.\r\n\r\n### Steps to Reproduce\r\n\r\nUse a navbar \r\n\r\n### Expected behavior\r\n\r\nAlways snappy behaviour.\r\n\r\n### Actual behavior\r\n\r\nMost of the time snappy, but sometimes laggy.\r\n\r\n### Firefox issue\r\n\r\nLooks like a Firefox bug:\r\n\r\nhttps://bugzilla.mozilla.org/show_bug.cgi?id=1926626\r\n\r\n\r\n","Url":"https://github.com/jgthms/bulma/issues/3943","RelatedDescription":"Open issue \"Lag using navbar in Firefox\" (#3943)"},{"Id":"2704883002","IsPullRequest":false,"CreatedAt":"2024-11-29T18:33:01","Actor":"francesco-loreti","Number":"3942","RawContent":null,"Title":"[bulma@^1.0.2 Deprecation Warning] Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.","State":"closed","Body":"bulma@^1.0.2\r\n\r\n```\r\nDeprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\r\nUse meta.type-of instead.\r\nMore info and automated migrator: https://sass-lang.com/d/import\r\n\r\nDeprecation Warning: blue() is deprecated. Suggestion: color.channel($color, \"blue\", $space: rgb)\r\nDeprecation Warning: red() is deprecated. Suggestion: color.channel($color, \"red\", $space: rgb)\r\nDeprecation Warning: green() is deprecated. Suggestion: color.channel($color, \"green\", $space: rgb)\r\n\r\nDeprecation Warning: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\r\nUse map.merge instead.\r\n\r\n$color-rgb: map-merge(\r\n │ ┌─────────────────^\r\n116 │ │ $color-rgb,\r\n117 │ │ (\r\n118 │ │ $name: $value,\r\n119 │ │ )\r\n120 │ │ );\r\n │ └─────^\r\n ╵\r\n node_modules\\bulma\\sass\\utilities\\functions.scss 115:17\r\n```","Url":"https://github.com/jgthms/bulma/issues/3942","RelatedDescription":"Closed issue \"[bulma@^1.0.2 Deprecation Warning] Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\" (#3942)"},{"Id":"2687776226","IsPullRequest":false,"CreatedAt":"2024-11-28T02:53:00","Actor":"benjamin-dreux","Number":"3939","RawContent":null,"Title":"Checkbox spacing depends on whitespace","State":"closed","Body":"Here is an exemple of what checbox looks without whitespace (in a trimmed html)\r\n\r\n![image](https://github.com/user-attachments/assets/5b2d53c4-0684-4655-9016-e384d2def03a)\r\n\r\nHere is the code attached to id\r\n\r\n
\r\n\r\nBut as soon as you create white space arround elements like so\r\n\r\n
\r\n
\r\n \r\n
\r\n
\r\n\r\nThen checkbox looks as nice as the documentation\r\n\r\n![image](https://github.com/user-attachments/assets/aed0b6be-7656-4c32-bfa4-6fee0c8c5f82)\r\n\r\nIf your html is generated without empty space that not that cool","Url":"https://github.com/jgthms/bulma/issues/3939","RelatedDescription":"Closed issue \"Checkbox spacing depends on whitespace\" (#3939)"},{"Id":"2624514573","IsPullRequest":true,"CreatedAt":"2024-11-27T16:11:11","Actor":"jnoordsij","Number":"3930","RawContent":null,"Title":"Update various references from master to main brach","State":"closed","Body":"\r\n\r\n\r\n\r\nThis is a **new feature | improvement | bugfix | documentation fix**.\r\n\r\n\r\n\r\n\r\n### Proposed solution\r\n\r\nWhen checking some things when preparing another MR, I noticed some links were out-of-date.\r\nThis MR updates various references from `master` to `main`, given that seems to be the new default branch now.\r\n\r\nNote: https://github.com/jgthms/bulma/blob/main/docs/documentation/start/responsiveness.html still has some `master` references too; these might need to be revised in some way too.\r\n\r\n### Tradeoffs\r\n\r\nN/A\r\n\r\n### Testing Done\r\n\r\nNone.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n### Changelog updated?\r\n\r\nNo.\r\n\r\n\r\n","Url":"https://github.com/jgthms/bulma/pull/3930","RelatedDescription":"Closed or merged PR \"Update various references from master to main brach\" (#3930)"},{"Id":"2688027696","IsPullRequest":true,"CreatedAt":"2024-11-27T15:47:28","Actor":"SomethingNew71","Number":"3940","RawContent":null,"Title":"Updates deprecated round functions in Sass Build","State":"closed","Body":"\r\n\r\n\r\n\r\nThis is a **bugfix**.\r\n\r\n\r\n\r\n\r\n### Proposed solution\r\n\r\nFixes some of the errors related to #3907 \r\n\r\n### Testing Done\r\n\r\nNone.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n### Changelog updated?\r\n\r\nNo.\r\n\r\n\r\n","Url":"https://github.com/jgthms/bulma/pull/3940","RelatedDescription":"Closed or merged PR \"Updates deprecated round functions in Sass Build\" (#3940)"},{"Id":"2694397955","IsPullRequest":false,"CreatedAt":"2024-11-26T11:52:29","Actor":"apomili","Number":"3941","RawContent":null,"Title":"Section hidden native style is overridden by base/generic","State":"open","Body":"\r\nThis is about **Bulma**.\r\n\r\n\r\n### Overview of the problem\r\n\r\n\r\n\r\n\r\n I'm using Bulma **1.0.2** \r\n My **browser** is: **Chrome**\r\n\r\n### Description\r\n\r\nThe native style of `