Commit Graph

89 Commits

Author SHA1 Message Date
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
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
Jeremy Thomas
e36ff94911 Fix documentation links 2020-06-08 10:57:35 +01:00
Jeremy Thomas
175610e58d Fix #2663 -> use jsDelivr instead 2019-10-19 11:31:58 -04:00
agoede
11c44b0922 Update correct lines in Github repository
Fix lines docs in Github repository
2019-10-15 17:43:49 +01: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
Stefan Prosiegel
67d2ef779b Fix docs: level-element can also have horizontal layout on mobile 2019-01-02 08:43:43 +11:00
Jeremy Thomas
957a45a50c Fix relative links 2018-10-12 11:23:32 +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
ceae8a675e Fix #2084 2018-09-04 15:26:02 +02:00
Benjamin Asbach
e0b5c8cc50 Update modular.html
Added missing `.sass` extensions.
2018-08-02 09:34:25 +01:00
Ruslan Tursunov
607eb7851d Update responsiveness.html
Fix typo
2018-07-22 06:04:06 +01:00
Jeremy Thomas
884d887f44 Add Webpack page 2018-07-14 18:38:27 +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
56d58280ca Add breakpoint based column gaps documentation 2018-05-30 14:12:03 +02:00
Daniil
c368ebf62c Fix repeated table in doc 2018-05-01 15:12:42 -07: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
858a20b0f4
Update responsiveness.html 2018-04-10 11:43:39 +01:00
Jeremy Thomas
269a91a2b1
Update responsiveness.html 2018-04-10 10:55:39 +01:00
Jeremy Thomas
e8d4efb274 Organize partials 2018-04-09 22:25:26 +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
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
Jeremy Thomas
28a7a744f0 Fix mergeColorMaps 2018-04-08 14:38:59 +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
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