Commit Graph

59 Commits

Author SHA1 Message Date
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
Jeremy Thomas
9a3dad689b Update moreDropdown 2018-01-18 15:43:10 +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
Jeremy Thomas
6f964e7260 Fix #1456 2017-12-04 19:28:07 +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
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
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
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
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
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
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
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
Jeremy Thomas
9b06974cd1 Create snippet component 2017-09-01 10:16:16 +02:00
Jeremy Thomas
6fe43b8f94 Add columns section 2017-08-15 00:01:34 +01:00
Jeremy Thomas
cd2f886df2 Add bd classes 2017-08-14 13:01:07 +01:00
Michael Webb
306253b81d Fix various typos in documentation (#1035)
* Fixing various grammatical errors in /index.html

* fixed "add your own colors" thing

* Fixed grammatical errors on various documentation pages

* Update documentation.html

* Update tiles.html

* Update tiles.html

* fixing footer

* Update hero

* Update index.html

* Update index.html

* Removed change in classes
2017-08-10 12:24:51 +01:00
Jeremy Thomas
8b36d5ad3d Add colors page 2017-07-29 18:24:07 +01:00
Jeremy Thomas
78f297c5fb Add getting started 2017-07-29 18:24:07 +01:00
Jeremy Thomas
93b7fb2fd4 Add heading 2017-07-29 18:24:07 +01:00
Jeremy Thomas
24bc5ed795 Add tags 2017-07-29 18:24:07 +01:00
Jeremy Thomas
06a392072b Add breakpoint containers 2017-07-24 13:02:15 +02:00
Jeremy Thomas
ef763d520d Explain findColorInvert 2017-05-05 13:04:16 +01:00
Philip I. Thomas
4570860057 fix misspelled word (#713) 2017-05-01 10:48:52 +01:00
Jeremy Thomas
3534149fa0 Fix #187 2017-04-15 17:24:01 +01:00
Jeremy Thomas
9feff3d821 Fix #637 2017-04-13 00:39:04 +01:00
Max Stritzinger
364da98dbd Remove incorrect/unclear documentation 2017-04-10 13:40:23 +01:00
Jeremy Thomas
f49f8d6a22 Fix disabled controls, Fix disabled pagination 2017-04-01 13:32:07 +01:00
Jürgen van Dijk
fb866439ef Include Bulma's initial variables 2017-03-26 18:02:23 +01:00
Mathias Rasmussen
544be68fe1 Update generic.sass link 2017-03-26 17:44:43 +01:00
Jeremy Thomas
1dc6ef2c76 Add spaced title 2017-03-15 22:14:42 +00:00
Jeremy Thomas
8203999949 Explain responsiveness 2017-03-15 22:14:42 +00:00
Jeremy Thomas
dc672fd8df Add pagination sizes, Fix variables docs 2017-03-15 22:14:42 +00:00
Jeremy Thomas
f725e9b3a0 Remove unused functions 2017-03-15 22:14:42 +00:00
Peter Lupu
e42cb118c1 fixed typo (expect => except) in mixins.html (#540)
Fixed a typo in the mixins documentation.
2017-03-05 11:38:20 +00:00
May Kittens Devour Your Soul
146bc06df7 Update start.html (#529) 2017-02-26 10:53:19 +00:00
Dominique Bégin
c5f9a4302e Add missing double-quote in doc (#498) 2017-01-30 17:42:10 +00:00
Jeremy Thomas
18bf334dcd Update variables page 2017-01-15 21:45:20 +00:00
Jeremy Thomas
1301b4594c Merge branch 'master' into feature/rem 2017-01-04 18:41:30 +01:00
Jeremy Thomas
aaaa9d7902 Explain mixins 2017-01-04 14:30:52 +01:00
Jeremy Thomas
e66684c514 Explain functions 2017-01-04 14:05:24 +01:00
Jeremy Thomas
bec6de6407 Fix logo 2016-12-23 13:20:13 +00:00
Jeremy Thomas
e0b28c8ae8 Fix index 2016-12-23 12:13:50 +00:00