Commit Graph

273 Commits

Author SHA1 Message Date
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