Commit Graph

500 Commits

Author SHA1 Message Date
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
Hugo Maestá
1d6a898e37 Type removed from textarea 2018-10-25 19:39:32 +01:00
Lucas Winther
4a43e18ee0 Fixes #2165 (#2170)
* Fixes #2165

Added documentation for is-1

* Removed is-fojeisj and is-wajofij classes
2018-10-21 00:02:14 +01:00
Jonathan Urzua
4283f2e80d Fixes some typos for arrowless dropdowns in navbar
Found some typos for the `is-arrowless` modifier and changed the wording a bit so it's more consistent with the rest of the documentation.
2018-10-13 21:53:40 +01:00
Kushal
b761e2c1e6 [Docs] Bump version of examples in customize bulma section (#2153)
* Bump version to 0.7.2

* Bump version to 0.7.2

* Bump version to 0.7.2

* Bump version to 0.7.2
2018-10-13 17:37:40 +01:00
Jeremy Thomas
957a45a50c Fix relative links 2018-10-12 11:23:32 +01:00
Jeremy Thomas
ee8e0a497e Add content ol types 2018-10-07 19:04:09 +02:00
Jeremy Thomas
92075252cc Fix hero docs 2018-10-07 17:55:10 +02:00
Jeremy Thomas
462336f602 Add fullheight hero with navbar documentation 2018-10-07 17:46:48 +02:00
Tom Hartley
9691df1ab7 Add "has-fixed-size" to docs 2018-10-05 15:40:24 +01:00
Spencer Kordecki
57808aebab adds table-container to colors, functions, mixins, and variables tables 2018-10-03 07:35:53 +01:00
Jeremy Thomas
a531ea2758 List docs init 2018-10-02 08:54:58 +01:00
Jeremy Thomas
39bdeacf46 Add basic navbar example 2018-10-02 08:25:09 +01:00
Kim Torgersen
c6b56a8d93 Add is-12 and is-full to column documentation
Add missing css-classes to the documentation.
2018-10-02 06:23:14 +01:00
Daryl Fritz
3bf01fe314 Match multiple-breakpoint-example to the code
The example code that a user copies doesn't match the code that runs in the browser. This is confusing for new users and fails to demonstrate the actual library.
2018-10-02 06:22:36 +01:00
Marat
c68ec17150 256x256 is 4 times larger than 128x128, not 2 times 2018-09-25 09:13:13 +01:00
Davide Taviani
490553f848 Add clarification about three empty spans for the navbar-burger
It was not clear in the documentation that you *need* to have the 3 empty spans or otherwise the lines (and the cross) wouldn't show up.
2018-09-17 17:40:37 +01:00
Jeremy Thomas
ceae8a675e Fix #2084 2018-09-04 15:26:02 +02:00
hmistry
107ea347a7 Document is-tab modifier class for navbar-item 2018-08-26 16:16:35 +02:00
Benjamin Asbach
e0b5c8cc50 Update modular.html
Added missing `.sass` extensions.
2018-08-02 09:34:25 +01:00
Rodrigo O
da75177db1 Add documentation for img.is-rounded 2018-08-01 21:26:05 +01:00
nagman
6ad2e3df05 removed is-narrow because useless in this case 2018-07-27 20:20:55 +01:00
nagman
e2cdacb2a2 fixed a typo (flat -> flag) 2018-07-27 20:20:36 +01:00
Nisarg Joshi
39820f00f3 Update options.html
Fix typo - 'that' where it should say 'than'
2018-07-25 08:38:28 +01:00
Patrick Black
48c73101e7 Remove random 2 in docs readme (#2015)
* Remove random 2 in docs readme

* Fix #2012
2018-07-23 20:26:17 +01:00
Ruslan Tursunov
607eb7851d Update responsiveness.html
Fix typo
2018-07-22 06:04:06 +01:00
sunya9
f3f1c78767 Fix webpack to lowercase 2018-07-20 00:00:48 +01:00
Ryan Casas
af0be6cab3 [Docs] Helpers needed a readjustment
There was a TR without an opening tag + the last TH hadn't the correct rowspan
2018-07-17 20:24:12 +01:00
Jeremy Thomas
884d887f44 Add Webpack page 2018-07-14 18:38:27 +01:00
Jeremy Thomas
0efd856f52 Add Sass CLI steps 2018-07-14 14:18:43 +01:00
Jeremy Thomas
f637ee0009 Customize section init 2018-07-14 00:42:07 +01:00
Jeremy Thomas
5a478857a8 Add documentation tabs 2018-07-12 17:15:30 +01:00
Jorge Luis Beroisa
fcaea076bd Fix percentage
Not a major fix but the wrong percentage bothered me :)
2018-07-10 14:51:32 +01:00
Muhannad Abdelrazek
e71c248cde A11y: Add .is-sr-only to helpers (#1764) 2018-07-09 16:09:42 +01:00
Caique de Castro
2b8f6680db Add docs for is-fullwidth modifier for buttons 2018-07-09 16:03:44 +01:00
Jeremy Thomas
14daff89c0 Fix docs 2018-07-09 16:03:16 +01:00
deasydoesit
b58b9b82ee Updating navbar.html to include jQuery toggle
Minimal changes which introduce a jQuery toggle implementation of the 'navbar-burger' and 'navbar-menu'
2018-07-09 15:58:47 +01:00
Jeremy Thomas
e2ce6d133f Fix typography helpers 2018-06-25 10:14:11 +02:00
Jeremy Thomas
45aa3169d0 Add variables blog post 2018-06-20 01:21:22 +01:00
Jeremy Thomas
f9f0b19e46 Fix variables component 2018-06-20 01:21:22 +01:00
Jeremy Thomas
dd59374591 Add unitless type 2018-06-20 01:21:22 +01:00
Jeremy Thomas
e8f3fc0d66 Fix input and file variables 2018-06-20 01:21:22 +01:00
Jeremy Thomas
1ff1edcf53 Update variables include template 2018-06-20 01:21:22 +01:00
Ana María Martínez Gómez
bf0578090d Add without-arrow class for navbar items (#1919)
* Add is-arrowless class for navbar items

It removes the arrow in the items of the Navbar.

Closes https://github.com/jgthms/bulma/issues/1833

* Add documentation for is-arrowless class

* Add is-arrowless to the changelog
2018-06-11 10:51:32 +01:00
ryakosh
41a8ca675d Change "needed" to "need"
Problem: typo
2018-06-01 11:06:37 +01:00
Jeremy Thomas
56d58280ca Add breakpoint based column gaps documentation 2018-05-30 14:12:03 +02:00
Kacper
e4d72a4fd9 Panel docs, FontAwesome 5 icon classes updates
As FontAwesome 5 site states, fa-code-branch icon replaces Font Awesome 4's fa-code-fork.
Just updated two lines, where old class wasn't replaced.
2018-05-29 17:43:55 +01:00
Daniil
c368ebf62c Fix repeated table in doc 2018-05-01 15:12:42 -07:00
Zaydek MG
c03d4dbdac Update image.html
Parens inside of parens doesn't work here. Just renders the text on the website, not the link. This is a simple solution that still redirects correctly to Wikipedia.
2018-05-01 15:07:39 -07:00
Jeremy Thomas
0eb4f4cc9c Fix #1795 2018-04-18 17:14:31 +01:00
Jeremy Thomas
c414b5c0ab Fix #1796, Fix #1806 2018-04-18 17:03:53 +01:00
Jeremy Thomas
581d2d70a5 Fix hero docs 2018-04-18 17:00:00 +01:00
Andrea Crawford
b6977cfff8 Fix responsive mixins link 2018-04-17 15:50:37 +01:00
Jeremy Thomas
787e6ed007 Merge branch 'master' into new-docs 2018-04-13 16:15:13 +01:00
Jeremy Thomas
379bcb481e Fix button docs 2018-04-12 00:20:58 +01:00
Jeremy Thomas
4380aacda6 Add component icons 2018-04-11 15:43:26 +01:00
Jeremy Thomas
79888359d2 Reorganize index 2018-04-10 11:45:48 +01:00
Jeremy Thomas
858a20b0f4
Update responsiveness.html 2018-04-10 11:43:39 +01:00
Jeremy Thomas
8c609c3838
Update color-helpers.html 2018-04-10 11:42:13 +01:00
Jeremy Thomas
269a91a2b1
Update responsiveness.html 2018-04-10 10:55:39 +01:00
Jeremy Thomas
d27725d435
Update color-helpers.html 2018-04-10 10:54:02 +01:00
Jeremy Thomas
f123eb9562 Add focus 2018-04-09 23:53:34 +01:00
Jeremy Thomas
e8d4efb274 Organize partials 2018-04-09 22:25:26 +01:00
Jeremy Thomas
a1c1909001 Fix blog 2018-04-09 21:16:50 +01:00
Jeremy Thomas
e3ecca6432 Move all subtitles 2018-04-09 20:37:05 +01:00
Jeremy Thomas
6b53425544 Top-level pages 2018-04-09 20:19:29 +01:00
Jeremy Thomas
e9dd9eb80e Update overview 2018-04-09 17:32:12 +01:00
Jeremy Thomas
425860f56f Add modifiers links 2018-04-09 17:11:24 +01:00
Jeremy Thomas
5d4e3582f0 Fix main header 2018-04-09 16:50:33 +01:00
Jeremy Thomas
03c13488a6 Fix tiles 2018-04-09 16:33:44 +01:00
Jeremy Thomas
25d0ea1136 Container broken layout 2018-04-09 16:15:58 +01:00
Jeremy Thomas
f0074aa339 Do elements 2018-04-09 14:15:31 +01:00
Jeremy Thomas
e75fd365e3 Component links 2018-04-09 13:18:46 +01:00
Jeremy Thomas
0f9d338f66 Create links nav 2018-04-09 12:45:52 +01:00
Jeremy Thomas
4ede497c96 Add main layout 2018-04-09 10:35:44 +01:00
Jeremy Thomas
740df6a0fa Fix #1759 2018-04-08 20:15:06 +01:00
Domantas Petrauskas
3ff5ec1cbd Add word breaks to link 2018-04-08 16:39:06 +01:00
Pieter Jan De Smedt
6bfc1a61f7 Add some common photography aspect ratios (5:4, 5:3, 3:1) and all aspect ratio portrait counterparts 2018-04-08 16:30:27 +01:00
Jeremy Thomas
7ece5f5156 Add color helpers 2018-04-08 15:34:40 +01:00
Jeremy Thomas
28a7a744f0 Fix mergeColorMaps 2018-04-08 14:38:59 +01:00
Jeremy Thomas
fecfa3c263 Fix modal docs 2018-04-08 12:31:05 +01:00
Muhannad Abdelrazek
c225c47121 A11y: Enhance components docs 2018-04-08 12:29:33 +01:00
Jeremy Thomas
7c9f0a76dc Add Bulma book 2018-03-26 14:46:39 +01:00
obedm503
d4940c3cd3 fix(documentation): wrong import derived variables (#1726)
remove extension from derived variables import
2018-03-13 21:18:28 +00:00
Robbin Johansson
79bad7106c Add cyan text-modifier (Fix #1711) (#1713) 2018-03-09 10:29:22 +00:00
wtoalabi
3049faedfa Changed (what) to (how) on line 75 (#1706) 2018-03-07 20:12:41 +01:00
J. Djimitry Rivière
7f76c6f651 10 Different Colors (#1666)
There should be 10 different tag colors:
1. is-black;
2. is-dark;
3. is-light;
4. is-white;
5. is-primary;
6. is-link;
7. is-info;
8. is-success;
9. is-warning;
10. is-danger;

Just a small mistake I caught, as I was playtesting the framework. :)
2018-02-16 08:52:51 +00:00
Shawn Stern
6850b7f870 Fix navbar-burger sample code in navbar.html (#1432)
* Fix navbar-burger sample code in navbar.html

<button> elements with the class combination of button and navbar-burger display with a border. Updating to divs and removing button class

* Update navbar.html

Fixing button ending tags based on suggestion from @feute
2018-02-15 13:59:17 +00:00
Paulo Nuin
4afbb1c6e4 Update table.html (#1660)
No, there are five modifiers to tables.
2018-02-15 10:57:52 +00:00
George Chung
0c4482b46d Add .has-navbar-fixed-somewhere support to body tag (#1485) (#1490)
* Add .has-navbar-fixed-somewhere support to body tag (#1485)

* update docs
2018-02-09 17:42:46 +00:00
Jeremy Thomas
9a3dad689b Update moreDropdown 2018-01-18 15:43:10 +00:00
Francis Go
f5d8d22462 Update card documentation: reponsive -> responsive (#1602) 2018-01-15 02:36:43 +01:00
Jeremy Thomas
1453e58595 Use 0.6.2 2018-01-10 17:53:22 +00:00
Jeremy Thomas
d47b85d4be Update icons docs with Font Awesome 5 2018-01-10 16:45:05 +00:00
Jeremy Thomas
3158236eb7 Use Font Awesome 5 2018-01-10 16:30:23 +00:00
JhanYing
bc84831c04 Fix documentation: Missing 'is-hoverable' (#1579) 2018-01-06 22:29:36 +00:00
Jens Krause
a4ffe95c9e Fix documentation: Colors of File (#1574) 2018-01-06 22:27:36 +00:00
Robin Millette
f4e9edad81 Fix page description (#1584)
Seems like the current text belong on the ```responsive-helpers``` page and not these generic helpers. I've cut a few words, but a better wording would probably be better.
2018-01-06 22:26:57 +00:00
Marek Prihoda
84bfd6dd60 Fix docs (#1544)
* Fix docs

* Fix docs
2017-12-20 17:13:54 +00:00
Adam Bailey
2335487827 Fixed typo so/of (#1522) 2017-12-10 07:17:30 +00:00
Angel Gomez
a99dede908 Remove trailing whitespaces (#1505) 2017-12-06 23:48:35 +00:00
Gabriel Terwesten
85dbf10363 Remove obsolete $container-offset variable from documentation (#1504)
* Remove obsolete $container-offset variable from documentation

* Fix .container docs
2017-12-06 23:48:16 +00:00
Jeremy Thomas
6176c2c9f5 Fix #1190 2017-12-04 21:03:01 +00:00