Commit Graph

412 Commits

Author SHA1 Message Date
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
Jeremy Thomas
082b25b3ff Fix icon button docs 2017-12-04 19:33:33 +00:00
Jeremy Thomas
6f964e7260 Fix #1456 2017-12-04 19:28:07 +00:00
Jeremy Thomas
31ec88ea3e Add rounded documentation 2017-12-04 15:48:33 +00:00
Jeremy Thomas
d6dd2cb023 Fix rounded tabs 2017-12-04 13:45:14 +00:00
Jeremy Thomas
267f2c137f Fix rounded 2017-12-04 13:39:15 +00:00
Oleksii Potiekhin
e385d3dd9a font-style: italic !important (#1452)
* is-rounded

* Rollback

* font-style: italic;

* Update CHANGELOG.md
2017-11-30 10:56:28 +00:00
bmalen
5801d57029 fixed grammatical error (#1450) 2017-11-16 08:36:16 +00:00
Eric Vantillard
fb1ce8eeff Fix default sample code in customize.html (#1431)
Actually, the default code will result in an unexepected behavior: the `$color` map is defined in `derived-variables.sass` before setting the custom colors.

IMHO the lists and maps should be defined in a dedicated sass file to avoid confusion in customisation.
2017-11-09 19:34:09 +00:00
jmui
130833803a typo: vertically (#1423) 2017-11-07 10:45:59 +00:00
Jeremy Thomas
67117ffed9 Remove vernum 2017-11-06 13:44:58 +00:00
Jeremy Thomas
5325878cb6 Remove fix top navbar toggle 2017-11-06 12:56:05 +00:00
Jeremy Thomas
befa6b68b0 Fix navbar link color 2017-11-06 12:51:20 +00:00
Jeremy Thomas
7b6755ea72 Add dropup docs 2017-11-06 12:51:20 +00:00
Jeremy Thomas
c0639cde83 Add top bottom navbar toggle 2017-11-06 12:51:20 +00:00
Jeremy Thomas
202c5996a4 Fix customize code 2017-11-06 12:39:36 +00:00
Jeremy Thomas
e0d368748b Add code requirements 2017-11-05 19:35:23 +00:00
Jeremy Thomas
23636fd796 Fix #1414 2017-11-05 12:50:18 +00:00
Hung Ton
efcdee6089 Fix typos in customize.html (#1409) 2017-11-04 19:30:03 +00:00
Hung Ton
0c5b3f9d94 Update customize.html (#1408)
For this customization to work, need to add more partial scss files as above
$addColors: (
  "twitter":($twitter, $twitter-invert), 
  "linkedin": ($linkedin, $linkedin-invert),
  "github": ($github, $github-invert)
)
$colors: map-merge($colors, $addColors)

Otherwise it failed in my sass build
2017-11-04 09:19:27 +00:00
e
61c7d810c1 Add button is-link html example (#1390) 2017-11-02 09:52:17 +00:00
Keith Stolte
c7c1a99afa Addition of Sass Color Map to Customize Page (#1394)
* Addition of Sass Color Map to Customize Page

Added verbiage to Customization page to demonstrate how to add new colors to the color map. 
Using this methodology allows for the dev to use `<i class="fa fa-github has-text-github"></i>` or use `is-github` in a class for a background.

* Change map-merge of $color to only merge once, Sass Complience

- Changed map-merge of $color to import from another map rather than adding each line individually.
- Made it Sass Compliant
Updating based on  #1394 comments from @jgthms
2017-11-02 09:51:52 +00:00
Sam Fry
a88fe572df Highlighting important info in typography helper (bringing it to same as other parts of page) (#1396) 2017-11-01 09:34:35 +00:00
Donát Nagy
cddf8712b3 Add feature: is-expanded to navbar-item (#1320) 2017-10-26 12:12:25 +01:00
NixFifty
6f490f3451 Minor count update (#1353) 2017-10-22 15:46:37 +01:00
Jeremy Thomas
426249f36c Add x-fifth documentation 2017-10-18 12:13:24 +01:00
Naskalin
85d1a0c411 Fix #1235 , add one-fifth column (#1247)
* Update columns.sass

add one-fifth column

* add two-fifths three-fifths and four-fifths

* Update columns.html

update doc / columns

* Update CHANGELOG.md

update changes

* Support for five column grid
2017-10-18 11:49:33 +01:00
Jeremy Thomas
7c94b4e439 Add list of buttons 2017-10-17 11:56:44 +01:00
bstashio
1523ce8527 Docs/variables data (#1314)
* Replace variables.json with colors.json and update related files accordingly

* Add variables data files

* Update variables include template and all related files to use new variables data

* Fix mobile breakpoint id typo in responsivness docs page

* Fix Liquid syntax error in made-with-bulma docs page

* Update bulma sass files count in modular docs page

* Use breakpoints data in responsiveness helpers docs page

* Use breakpoints and variables data in typography helpers docs page

* Add missing page titles in docs pages front matter
2017-10-17 10:28:59 +01:00
Jeremy Thomas
80bd5415be Use https for Bulma 2017-10-16 13:31:27 +01:00
bstashio
59fb1dba28 Update responsiveness breakpoints values in docs (#1264)
* Add breakpoints variables in responsivness docs page

* Update breakpoints list values by looping through page.breakpoints

* Add link to responsiveness variables repo file

* Add mixins variables in responsivness docs page

* Update mixins list values by looping through page.mixins

* Add link to responsiveness mixins repo file

* Update responsivness demo table header

* Add responsivness variables reference table

* Add variables to repo files urls (dry)

* Add breakpoints as jekyll data

* Use responsiveness breakpoints from jekyll data

* Replace breakpoints.yml with breakpoints.json and update relevant code accordingly

* Update URLs to source files in responsiveness docs page
2017-10-12 15:40:04 +01:00
Oleksii Potiekhin
d010b31c3f visibility: hidden !important (#1289)
* visibility: hidden !important

* CHANGELOG.md

* docs

* docs fix
2017-10-11 18:03:05 +01:00
Jeremy Thomas
465ad931e6 Fix rebase 2017-10-10 10:50:00 +01:00
Jeremy Thomas
80ebda394e Update colors 2017-10-10 10:50:00 +01:00
Jeremy Thomas
53b7afbea7 Add link changelog 2017-10-10 10:50:00 +01:00
Jeremy Thomas
be140a90d8 Update colors table 2017-10-10 10:50:00 +01:00
Jeremy Thomas
f83c9bf768 Add variables data 2017-10-10 10:50:00 +01:00
Roger Stach
3c0592e35b Added an -ed (#1273)
Possibly the most useless pull request.
2017-10-09 16:04:13 +01:00
Jeremy Thomas
70367c3b5d Improve snippet 2017-10-09 15:38:12 +01:00
Jeremy Thomas
720ed45121 Add show code 2017-10-09 12:27:08 +01:00
Jeremy Thomas
4f5cc9c0ed Update changelog 2017-10-09 10:36:14 +01:00
Florian Keller
e12c69e2d6 fix: Typo in 'Progress' (#1271) 2017-10-09 09:10:12 +01:00
Richard Michael
89626d743f Make class notation consistent with other usage. (#1256) 2017-10-08 15:54:37 +01:00
Yan Sern
9e294874a2 Added .is-up modifier for dropdown. (#1254) 2017-10-07 17:02:49 +01:00
Jeremy Thomas
fc5ddd473c Fix #1236 2017-10-07 16:57:19 +01:00
Joshua Coquelle
26aa531a21 Fix typo "modifer" to "modifier" in all docs (#1245) 2017-10-02 19:24:29 +01:00
bstashio
afcdb7dbcc Update references to variables in docs (#1238)
* Update navbar variables in component docs page

* Update pagination variables in component docs page

* Update tabs variables in component docs page

* Update button variables in element docs page

* Update table variables in element docs page

* Update title variables in element docs page

* Update variables template to support layout

* Add section variables in relevant docs page

* Add footer variables in relevant docs page

* Update variables template to support custom messages

* Add form generic variables in relevant docs page

* Update derived variables in relevant docs page

* Add generic variables to variables docs page

* Update sass files count in docs Modular page
2017-10-02 19:23:35 +01:00
christian
c8ac248267 Update functions.html (#1229) 2017-09-26 16:52:23 +01:00
Taylor Oyer
e679b3e466 missing 'of' typo (#1208) 2017-09-19 11:15:46 +01:00
Jeremy Thomas
2315388413 Fix #1101 2017-09-18 23:36:41 +01:00
Jeremy Thomas
63bac2c775 Fix #1189 2017-09-18 23:33:19 +01:00
Jeremy Thomas
f89cca4c50 Fix #1177 2017-09-18 23:02:43 +01:00
Nik Sudan
85b822305e Fix typo in documentation (#1206) 2017-09-18 13:40:05 +01:00
Frédéric G. MARAND
65a0bb8f5b Update short name of CC license (#1195)
BY NC SA, not ANS
2017-09-15 16:10:24 +01:00
Hana Shiro
0f94e971d8 Add .has-text-justified support (#1180) 2017-09-13 08:00:37 +01:00
Jeremy Thomas
bc1b55ee26 Fix navbar colors 2017-09-11 19:59:51 +01:00
Jeremy Thomas
e49e76ef28 Fix #1168 2017-09-11 19:59:51 +01:00
Jeremy Thomas
0e869c8426 Add Ionicons 2017-09-11 19:59:51 +01:00
Jeremy Thomas
83892a21e3 Navbar colors docs 2017-09-11 19:59:51 +01:00
Jeremy Thomas
8091c23fae Fix #331 2017-09-11 19:59:51 +01:00
Jeremy Thomas
cec282634e Fix #395, Fix #735, Fix #930 2017-09-11 19:59:51 +01:00
Wikiki
ac533a21c1 Feature/typo weight modifier (#1171)
* Update new steps extension image size

* Add text weight modifiers + update doc
2017-09-10 16:34:08 +01:00
Jeremy Thomas
2bda5fccc6 Update changelog 2017-09-09 12:36:09 +02:00
Muhannad Abdelrazek
c112e15c9a A11y: Enhance card example (#953)
The card needs more enhancements but I need more help to determine the perfect solution for it.

the issue we face is:
- the markup needs to change and when to change the markup the style needs to change to be suitable for it.
example:
`
  <a href="#" class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </a>
 <a href="#" class="card-footer-item">Save</a>
 <a href="#" class="card-footer-item">Edit</a>
 <a href="#" class="card-footer-item">Delete</a>
`
should be:
`
  <button class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </button>
<button class="card-footer-item">Save</button>
<button  class="card-footer-item">Edit</button>
<button class="card-footer-item">Delete</button>
`
when I do that the style change and when I use the `button` class name the style change also, so you need to try it and edit the style as you need to card show to people.

- I replaced the <small> with <time> but the time does not have the same `font-size` so you maybe need to set `font-size` to time
2017-09-09 12:33:25 +02:00
Muhannad Abdelrazek
37bb5db8b7 A11y: Enhance navbar docs (#1065) 2017-09-09 12:33:05 +02:00
Kuba Szymanowski
79dedea734 Include example of widescreen and fullhd modifiers (#1129) 2017-09-09 12:22:38 +02:00
Sam Fry
6d531b9f4e Typo fix on button page (#1158)
"Meant to look an behave" -> "Meant to look and behave"
2017-09-06 00:09:41 +02:00
Jeremy Thomas
d12596acf2 Fix #1106 2017-09-05 14:11:39 +02:00
Jeremy Thomas
51866c4182 Textarea snippets 2017-09-01 10:16:16 +02:00
Jeremy Thomas
695c72c6a9 More snippets 2017-09-01 10:16:16 +02:00
Jeremy Thomas
3b0cb2ad4e Add lots of snippets 2017-09-01 10:16:16 +02:00
Jeremy Thomas
08e082ae07 Add more snippets 2017-09-01 10:16:16 +02:00
Jeremy Thomas
9b06974cd1 Create snippet component 2017-09-01 10:16:16 +02:00
Jeremy Thomas
1776d601da Move level and media object 2017-09-01 10:16:16 +02:00
Jeremy Thomas
cda59a3101 Add focus variables 2017-09-01 10:16:16 +02:00
TJ Kohli
2b2e00066d Added type to Email input (#1124) 2017-08-28 09:31:52 +01:00
Tomasz
6eaa7aae05 Update gap.html (#1110)
Additionally, <code>.is-variable</code> should be added on the <code>.columns</code> container.
2017-08-24 14:25:42 +01:00
C Zamp
4010674569 Add $title-strong-weight and $title-strong-color variables to docs (#1100) 2017-08-21 22:06:22 +01:00
Muhannad Abdelrazek
267adc64d8 A11y: Enhance pagination (#1093) 2017-08-21 13:00:30 +01:00
balping
15f8a0afc9 Remove gap between tag and delete button (#1090)
* Remove gap between tag and delete button

* add tag-delete-margin variable

* tab -> spaces

* add tag-delete-margin to docs
2017-08-19 15:39:15 +01:00
Jeremy Thomas
f444cefdfa Add redirects 2017-08-15 00:01:34 +01:00
Jeremy Thomas
3985fff747 Add klmn 2017-08-15 00:01:34 +01:00
Jeremy Thomas
2aba5a3f84 Add gap 2017-08-15 00:01:34 +01:00
Jeremy Thomas
6fe43b8f94 Add columns section 2017-08-15 00:01:34 +01:00
Jeremy Thomas
ab5a72b202 Fix columns docs 2017-08-15 00:01:34 +01:00
Jeremy Thomas
c66ec2a9a9 Fix #1053 2017-08-14 13:12:09 +01:00
Jeremy Thomas
cd2f886df2 Add bd classes 2017-08-14 13:01:07 +01:00
Muhannad Abdelrazek
e082865ab7 A11y: Enhance model docs (#1057) 2017-08-11 10:52:34 +01:00
Dmitry Antonov
99ca21aa32 fix tag variables (#1056) 2017-08-11 10:52:11 +01:00