Commit Graph

494 Commits

Author SHA1 Message Date
Jeremy Thomas
fbbb85d40a Fix #3743, Fix #3799, Fix #3846 2024-06-26 14:59:42 +01:00
Jeremy Thomas
74c01f42d1 Fix #3830 2024-06-23 23:35:32 +01:00
hfl
2f3c280c9c Update responsiveness.html link
<p>
    To make use of these breakpoints, Bulma provides
    <a href="{{ site.url }}/documentation/sass/responsive-mixins/">9 responsive mixins</a>.
  </p>
2024-05-17 11:22:49 +01:00
Jeremy Thomas
53f62f465b Fix #3809 2024-04-30 14:12:40 +01:00
Davey Holler
96597e66ea Update concepts.html
Fixes a typo in the docs
2024-04-30 14:09:44 +01:00
Jeremy Thomas
81a4753afd Fix #3760 2024-04-29 13:17:18 +01:00
Justin Allman
a38cd562d9 Update navbar.html 2024-04-17 12:07:29 +01:00
Jeremy Thomas
d2687d444c Fix #3729 2024-03-24 20:36:20 +00:00
Jeremy Thomas
0f694f95c6 Switch to Font Awesome 5 2024-03-23 19:25:09 +00:00
Mehdi El Fadil
f09a0ec38f Correct Responsiveness page title 2024-03-23 18:43:36 +00:00
Ikko Eltociear Ashimine
ea9095e9e9 Update migrating-to-v1.html
minor fix
2024-03-23 18:10:35 +00:00
Jeremy Thomas
62f021fc5c Fix #3720 2024-03-22 10:28:14 +00:00
Jeremy Thomas
b4499d5af0 Fix #3725 2024-03-22 10:09:02 +00:00
Jeremy Thomas
bbcab3aec5 Add alternative versions links 2024-03-21 18:01:41 +00:00
Jeremy Thomas
69877a652c Init v1 2024-03-21 16:11:54 +00:00
presbrey
16f1b76881 fix "at the following" typo
should be "add the following"
2024-03-06 09:44:48 +01:00
plusleft
8d75afd30e Update modal.html 2024-02-11 15:42:09 +00:00
Jeremy Thomas
2983ef2e5e Fix #3692 2024-01-19 13:39:17 +00:00
Guiorgy
91547540aa
removed deprecated code
removed `window.event`.
replaced `keyCode` with `code`.
2023-07-18 17:07:03 +04:00
Robert Rosenberg
ca6524c5ae Display text weight typography helpers
Noticed the text weight was all strong in the docs for each text weight. Instead I think it would be nice for folks to be able to see the difference in text weight.
2023-03-16 22:40:09 +00:00
andesol
2ba79e76c4 wrap lines in code to reduce size of the example 2022-09-27 22:39:45 +01:00
Juan Ramón Bonell Marti
514229c985 Update with-sass-cli.html
Changed sintax of "no-source-map"
2022-08-16 18:51:57 +02:00
Wahyu Wiyoko
64f739c0c9 Change font awesome link and fix anchor link on select docs 2022-08-09 15:02:13 +02:00
Stav Geffen
476b720497 corrects link url to responsiveness page 2022-06-25 21:42:46 +02:00
Jeremy Thomas
c02757cd30 Fix duplicate 2022-06-06 12:13:26 +02:00
Jean Lecordier
895b77b3a9 Remove useless if in js example
If the length is 0, then the forEach call does nothing anyway

Could we remove the slice part as well ? If IE support is required, can’t we just use Array.prototype.forEach ? Can’t we just remove IE support all together to promote clean and up to date code ? Polyfills and code transpilation are here to help support IE
2022-05-08 09:26:03 +01:00
avt613
da784b2071 Given names to the 2 'Variable' sections 2022-05-08 09:24:55 +01:00
Peta Sittek
8ed98422a7 Remove useless console.log() from Modal example 2022-05-06 17:22:45 +01:00
Kris Kamweru
e674d87bf3 Fixing typo
Fixing typo in block.html according to github issue #3509
2022-04-19 20:56:04 +01:00
Jeremy Thomas
d773f4dcd5
Add responsive button sizes (#3484)
* Add responsive button sizes

* Clean up code

* Add responsive buttons playground
2022-02-06 15:57:04 +00:00
Jackson Bierfeldt
4f78a94700
Typo fix (#3481)
* Typo fix

* Update general.html
2022-01-27 15:53:40 +00:00
code913
c2697bf131 Typo: Missing "and" 2022-01-24 14:31:21 +00:00
code913
94a9fc41a0 Display the result of using text transformers 2022-01-23 11:15:48 +00:00
Wahyu Wiyoko
0040e59bc4 Fix typo 'javascript-implementation-example' anchor tag on modal documentation 2022-01-21 12:25:35 +00:00
Jeremy Thomas
5aa114d445 Fix #683 2022-01-04 18:00:55 +01:00
@CAYdenberg
a28bf751b1 Replace disabled attr on pagination anchor elements with is-disabled class (#3296) 2021-10-08 18:48:18 +01:00
Jeremy Thomas
009ec28a6d Add from and until mixins docs 2021-09-20 00:36:58 +01:00
Jeremy Thomas
f6c0cfc813 Add utilities documentation 2021-09-20 00:36:58 +01:00
Jeremy Thomas
e145c9d680 Finish direction mixins 2021-09-20 00:36:58 +01:00
Jeremy Thomas
e3eb763bfb More mixin docs 2021-09-20 00:36:58 +01:00
Jeremy Thomas
8def6f6afa Init mixin docs 2021-09-20 00:36:58 +01:00
Jeremy Thomas
a67981ba22 Update changelog, Update docs JSON 2021-06-18 18:37:01 +01:00
Jeremy Thomas
d6d32e8050
Fix/divide (#3362)
* Use custom divide function

* Add docs spacing table styles

* Update changelog
2021-06-18 18:27:34 +01:00
Will Johnson
397d6bf1ab #3315 Add has-shadow to navbar documentation 2021-06-02 14:02:06 +01:00
Apurva Chitnis
ee8eb6ad0d
add missing semi-colon to css import commands (#3310)
* add missing semi-colon to css import commands

* fix location of ;
2021-04-19 15:09:23 +01:00
Derk Weijers
a418e66d29 Update the yarn install/add command
`yarn install...` is deprecated and should be `yarn add...`
2021-01-30 21:03:21 +00:00
Jeremy Thomas
08ef4df2c0
Bulma v9 website (#3249)
* Add Bulma v9

* Add vendor dependencies

* Fix native

* Fix sponsors

* Add style attribute
2021-01-27 23:30:42 +00:00
Billow
57a4ac2661 Box Supports Variables
Hey there. I noticed that on the documentation page it says the box element does not support variables when it actually does.
2021-01-26 19:00:06 +00:00
Isabella Broch
4871a6a564 Fix typography helpers "size" documentation
Incorrect classes on the example text had all the examples the same size. 
Fixed to apply the correct class on the examples.
2021-01-24 12:07:08 +00:00
Whit Waldo
157b64a566
Added typography examples (#3240)
* Added examples for each text transformation helper

* Updated typography to reflect the text weights in examples

* Added examples to each size helper

Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
2021-01-19 17:17:27 +00:00