Commit Graph

502 Commits

Author SHA1 Message Date
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
Jeremy Thomas
b41514f85b
Feature/icon text (#3230)
* Init icon text, Remove old new-tag elements

* Improve icon text

* Fix icon text docs

* Update sidebar

* Update changelog
2021-01-03 14:31:36 +00:00
Burak Ozdemir
42fd07c8d8 updated YouTube embed code - showinfo has been deprecated 2020-12-21 16:04:53 +00:00
Jeremy Thomas
d7fdc13579 Fix #3211 2020-12-09 15:44:40 +00:00
Jacob Wilson
c19006324a Update spacing-helpers.html 2020-12-03 22:58:23 +00:00
Kevin Barns
1e15b305a5 Update flexbox-helpers.html
Hey, I feel this would help a little 👍 

Cheers,
Kevin
2020-11-16 19:01:52 +00:00
Jeremy Thomas
e9389a9821 Fix #1583 2020-10-31 19:28:40 +00:00
Doutsy
8371669ec5
Fixed typo in select.html and textarea.html (#3159)
* Fixed typo in textarea.html

Fixed typo in the documentation

* Fixed typo in select.html
2020-10-22 19:05:10 +01:00
Sharon Wang
f74cfc4475 Improve wording of container usage description
The word "either" is meant to be used for two things, but the list contains 4 items. Proposing that "either" is replaced with "one of the following" for improved grammar.
2020-10-13 07:53:54 +01:00
OvidijusParsiunas
dc2f9bb5f3 updated notification javascript guidelines 2020-09-29 21:03:48 +01:00
Joey
ee3dc52cd0 Add "is-clickable" helper to documentation 2020-09-29 14:20:08 +01:00
Jeremy Thomas
85f61f2dfd Add new container docs 2020-09-27 23:50:12 +01:00
Jeremy Thomas
a84024765b Hide flexbox helpers docs until release 2020-09-27 11:31:06 +01:00
Jeremy Thomas
3d61f41fea Add Flexbox helpers documentation 2020-09-27 11:29:35 +01:00
Jeremy Thomas
8ee5898d47 Update 0.9.1 changelog 2020-09-27 10:35:07 +01:00
Dan Gowans
05efd3cd97 Update block.html - Clarify examples
The example of text inside `div`s without the `.block` class felt awkward.
2020-09-22 17:02:51 +01:00
Jeremy Thomas
9e0c9a35db Add block documentation 2020-09-17 00:30:49 +01:00
Jeremy Thomas
5e4bf5ed55 Fix #3020: Add spacing helpers for all sides 2020-08-27 11:46:39 +02:00
Lazar Stanojević
f78f830333 Update the link for additional Font Awesome sizing 2020-07-31 09:04:53 +01:00
Jeremy Thomas
d60b3c35f1 Fix dead links 2020-06-30 14:12:13 +01:00
Jeremy Thomas
e36ff94911 Fix documentation links 2020-06-08 10:57:35 +01:00
Jeremy Thomas
6aee604790 Remove deprecated list 2020-06-07 13:27:01 +01:00
Jeremy Thomas
0430053231 Add spacing helpers examples 2020-06-07 13:23:16 +01:00
Jeremy Thomas
d6055087c9 Change wording 2020-05-17 13:47:06 +01:00
Jeremy Thomas
1d70a304cf Customizing spacing helpers output 2020-05-17 13:47:06 +01:00
Jeremy Thomas
ea1a8f57c5 Highlight rows and columns 2020-05-17 13:47:06 +01:00
Jeremy Thomas
8c65f02627 Add light color helpers 2020-05-17 13:47:06 +01:00
Dan Gowans
eafa357b30 Update gap.html
Punctuation fix.
2020-05-13 19:57:42 +01:00
Chirag Sukhala
0cd3666d73 Updated Docs/../general.html to fix button label
The button label was out of sequence and was bugging me.  and I believe its the same with anyone reading the docs carefully.
2020-05-13 08:54:08 +01:00
Tanay B
2c0bd61c00 Remove duplicate "with" in concepts.html 2020-04-13 00:16:01 +01:00
Fernando Chu
69af712653 Replaced 'mobile' w/ 'touch devices' on nav burger 2020-04-11 12:43:42 +01:00
Arden Shackelford
3b7ba4bcc0 Slight adjustment :) 2020-04-08 08:38:20 +01:00
Kaan Gökdemir
87b2efb03c
outdated cards with new word in it changed (#2873)
* outdated cards with new word in it changed

* dynamic tags used
2020-03-29 07:20:05 +01:00
chathu-cse
a92d2cd420 Update hero.html
Added missing "link" color
2020-03-24 13:41:43 +00:00
Ricardo Martins
4b2bc0018a
Fixes #2862 (#2874)
* Fixes #2862

Why:

* According Twitter brand guideline says we cannot use the "Twitter icon" with "Twitter text".

This change addresses the need by:

* Replacing the span text from Twitter for @Bulma

* Updates button text

Changes @Bulma to @jgthms

Co-authored-by: Ricardo Martins (ext.) <Ricardo.Martins@ctw.bmwgroup.com>
2020-03-16 06:27:18 +11:00
Tiago Moraes
0c43b9e466 Remove unnecessary </a> tag in Button element documentation page 2020-02-06 09:26:31 -05:00
Edward
1011e86231 Fix email obfuscation when javascript is disabled 2020-01-16 12:34:32 +01:00
Gabriel Pettier
617febbfbf fix bulma.sass path
the bulma archive has bulma.sass directly at the root of the bulma-$version/ directory, not in a bulma subdirectory. contradicting the documentation.
2020-01-05 19:07:34 +00:00
IvanFrescas
5fcb0b059b Fix #2739 add variables size for layout hero (#2740)
* Add variables size for layout hero

* Add variables size for layout hero

* Change variable tag to Yes on hero documentation
2020-01-05 13:05:39 +00:00
lucperkins
5944dcad67 Remove Open Iconic references 2020-01-05 13:02:21 +00:00
Jeremy Thomas
28eb21b7b5 Add light notifications 2020-01-05 12:56:19 +00:00
fatalistt
afdce92c06 Fix typo in tag name 2019-11-06 05:45:54 -05:00
Kirill Arutyunov
1583aa7eb3 Fix </sbuttonan> tag in Button element documentation page #2676 2019-10-28 11:44:48 -04:00
Miguel Nunes Correia
8b065b02eb Input documentation typo 2019-10-20 07:58:06 -04:00
Jeremy Thomas
175610e58d Fix #2663 -> use jsDelivr instead 2019-10-19 11:31:58 -04:00
Jeremy Thomas
9a28ea1787 Fix form controls docs 2019-10-17 20:51:42 -04:00
Jeremy Thomas
c2d785ac56 Write 0.8 blog post 2019-10-17 20:51:42 -04:00
Jeremy Thomas
1a6b00ecd5 Improve layout docs 2019-10-17 20:51:42 -04:00
Jeremy Thomas
a87e20b5c7 Improve form documentation 2019-10-17 20:51:42 -04:00
Jeremy Thomas
e5390369a9 Improve components documentation 2019-10-17 20:51:42 -04:00
Jeremy Thomas
d4c7731792 Add more color documentation, Add light buttons to docs 2019-10-17 20:51:42 -04:00
agoede
11c44b0922 Update correct lines in Github repository
Fix lines docs in Github repository
2019-10-15 17:43:49 +01:00
Christian Finnberg
f001f3a2dc Add a new npm dependency 2019-10-13 22:18:05 +01:00
Christian Finnberg
0d7d144800 Fix CSS filename for Webpack 4 config 2019-10-13 22:17:47 +01:00
Jeremy Thomas
63fd0a282d Fix #2642 2019-10-12 17:52:03 +01:00
Florian Scholdei
7f1df1617a Correct description of text weight documentation 2019-10-09 22:17:31 +01:00
Danilo Bargen
cfcd7d124a Docs: Add JavaScript filename example
Embedding it directly into the docs is better than an external jsfiddle,
especially since the code snippet is so simple.
2019-09-08 16:46:44 +01:00
Jeremy Thomas
eb28457c3c Add arbitrary ratio docs 2019-07-25 11:04:03 +01:00
Jeremy Thomas
0f43e2d701 Add long table example 2019-07-25 09:55:58 +01:00
James Adam Wasson
8d08f243b7 Add scrollable table example to docs 2019-07-25 10:55:05 +02:00
Fernanda Leite
5ba759135e Fix Responsive Size tablet at Typography Helpers Doc Page (#2536)
* Fix Indeterminate Progress Bar animation in Firefox. Fixes #2258

* Fix is-size-1-tablet row in Responsive Size table

.is-size-1-tablet affects all screen widths above 769px, not just between 769px and 1023px
2019-06-21 09:02:21 +01:00
George White
ff17a85faa Fix typo in Webpack 4 configuration
Fixed a missing single quote at the beginning of the string in the Webpack 4 configuration example.
2019-05-23 08:38:07 +01:00
Jeremy Thomas
9f82b255da Fix webpack docs 2019-05-18 16:06:24 +01:00
Jeremy Thomas
565af6ddd9 Add more variables 2019-05-17 13:50:39 +01:00
Jeremy Thomas
3348a22933 Update changelog 2019-05-17 11:51:58 +01:00
Robin Millette
3d0fab3a4e Adding 'is-hidden' to helpers in docs
Again... see #798
2019-05-17 11:17:58 +01:00
lucperkins
ff827999e0 Add is-relative helper plus docs 2019-05-17 11:08:54 +01:00
Romain 'Ashley' Bonhomme
12138cdd2a Update docs with webpack 4 example (#2396)
* Update docs with webpack 4

Hello! Extract-text-plugin is deprecated in webpack 4 and onward in favor of Mini-css-extract: https://github.com/webpack-contrib/extract-text-webpack-plugin
So I edited your doc to include a webpack 4 example and indicated that the previous example is for webpack 3 and less

* Typo fixed

Typo fixed
2019-05-17 10:49:22 +01:00
Marc Vornetran
305d51ccc5 Add is- prefix to list of display helper classes 2019-04-17 15:53:15 +01:00
Angus Lam
3be547e127 Fixed typo for font family helpers 2019-04-12 09:05:31 +01:00
Mohit Inampudi
26fba7296b Add is-spaced documentation in Navbar 2019-04-03 02:04:40 +01:00
Andreas Cederholm
5713a124a2 Change variables_link.
Change from 'customize-node-sass' to 'customize-variables'.
2019-04-01 03:04:14 -07:00
Roman Pushkin
e6951f74e6 Add example on how to delete notifications with JS
This change adds example to delete notifications. It's automatically loaded on dom-ready, and sets `click` handler for all `.delete` elements of `.notification`s.
2019-03-03 06:51:37 +00:00
Katherine
9c08296b6f Improving example of modular button classes
Links and buttons have different semantic html meanings, and it is somewhat of a design (and accessibility) anti-pattern to style links as a button
2019-02-23 20:38:26 +00:00
sherbst
bc5bb36b07 Removed typo 2019-02-21 21:01:36 +00:00
Jeremy Thomas
3d6680fae2 Update docs for 0.7.4 2019-02-08 12:15:52 +00:00
Justin Schiff
ee34157876 Clarify modal documentation. 2019-01-25 08:17:07 +00:00
daxter75
2dcc0c6e75 updateDocElContOlClass 2019-01-09 23:32:02 +11:00
Stefan Prosiegel
67d2ef779b Fix docs: level-element can also have horizontal layout on mobile 2019-01-02 08:43:43 +11:00
Tom Hartley
8b60a49393 Add "is-vcentered" modifier 2018-12-13 12:09:25 +10:00
b-fuze
0b799e1611 Add helpful tip to docs
I was thinking if someone wasn't aware that you could also use `<button type="submit"></button>` instead of `<input type="submit">` that this could save them some time (and possibly prevent them abandoning the idea of using this lovely animated loading button)
2018-12-05 07:06:33 +00:00
Lewis White
373aeb2085 Typo fix elemnts => elements 2018-11-22 13:11:46 +01:00
TheDragonRing
75aebf6e43 Fix typo (remove extra word "add") 2018-11-22 13:11:26 +01:00
Jeremy Thomas
7d739cfadb Fix #1875 2018-10-31 19:22:21 +00:00
Jeremy Thomas
cf23977d0f Fix #1681 2018-10-31 18:48:13 +00:00
Jeremy Thomas
e577bf501b Update variables 2018-10-31 18:13:18 +00:00
gvdp
2eed7b3994 #2202 add div in example for columns documentation 2018-10-31 13:35:10 +00:00
Jeremy Thomas
6f47b90a3f Fix font family helpers 2018-10-28 23:56:07 +00:00
delphianer
fe1385327d improvement - Bring code-example as readable HTML (#2195)
* Bring code-example as readable HTML

In all other documentation -> column documents there is the source code clearly written, so I missed it in the nested documentation and brought it in. Please verify and thanks for merge 👍

* Added Output of nested_example itself

👍 👍 👍  jgthms for your fast comment! No I can go to bed and sleep well :o) 🌜
2018-10-28 22:14:31 +00:00
Les Leslie
50fb74d6c8 Add $family-secondary, $family-tertiary, and 6 font family helpers (#2178)
* Add secondary and tertiary font families to derived-variables.sass

* Add font family helpers to helpers.sass

* Add has-font-* to typography-helpers.html

* Correct number of font family helpers in typography-helpers.html

* Remove $family-tertiary, change has-font to is-family, and update docs.
2018-10-28 22:12:52 +00:00
Jeremy Thomas
3c096d05bd Fix #372 2018-10-28 14:45:28 +00:00
I'm Luis! ^-^
61899e3ede Added indeterminate progress bar 2018-10-28 12:02:19 +00:00
Isaac Zafuta
14dac4c562 Makes is-full-height-with-navbar samples match 2018-10-28 09:04:43 +00:00