]> git.ipfire.org Git - thirdparty/bulma.git/commit
Docs/variables data (#1314)
authorbstashio <bstashio@tuta.io>
Tue, 17 Oct 2017 09:28:59 +0000 (12:28 +0300)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 17 Oct 2017 09:28:59 +0000 (10:28 +0100)
commit1523ce8527283b8b59a0d3a3ad6a9933628114c3
tree0e6295e167031d59e637d21bb9a9282a7545f710
parente4fd1b7579dc80c201f02c9ff665f57943d75713
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
65 files changed:
docs/_data/colors.json [new file with mode: 0644]
docs/_data/variables.json [deleted file]
docs/_data/variables/base/generic.json [new file with mode: 0644]
docs/_data/variables/components/breadcrumb.json [new file with mode: 0644]
docs/_data/variables/components/card.json [new file with mode: 0644]
docs/_data/variables/components/dropdown.json [new file with mode: 0644]
docs/_data/variables/components/menu.json [new file with mode: 0644]
docs/_data/variables/components/message.json [new file with mode: 0644]
docs/_data/variables/components/modal.json [new file with mode: 0644]
docs/_data/variables/components/navbar.json [new file with mode: 0644]
docs/_data/variables/components/pagination.json [new file with mode: 0644]
docs/_data/variables/components/panel.json [new file with mode: 0644]
docs/_data/variables/components/tabs.json [new file with mode: 0644]
docs/_data/variables/elements/box.json [new file with mode: 0644]
docs/_data/variables/elements/button.json [new file with mode: 0644]
docs/_data/variables/elements/content.json [new file with mode: 0644]
docs/_data/variables/elements/form.json [new file with mode: 0644]
docs/_data/variables/elements/icon.json [new file with mode: 0644]
docs/_data/variables/elements/image.json [new file with mode: 0644]
docs/_data/variables/elements/notification.json [new file with mode: 0644]
docs/_data/variables/elements/progress.json [new file with mode: 0644]
docs/_data/variables/elements/table.json [new file with mode: 0644]
docs/_data/variables/elements/tag.json [new file with mode: 0644]
docs/_data/variables/elements/title.json [new file with mode: 0644]
docs/_data/variables/grid/columns.json [new file with mode: 0644]
docs/_data/variables/layout/footer.json [new file with mode: 0644]
docs/_data/variables/layout/section.json [new file with mode: 0644]
docs/_data/variables/utilities/controls.json [new file with mode: 0644]
docs/_data/variables/utilities/derived-variables.json [new file with mode: 0644]
docs/_data/variables/utilities/initial-variables.json [new file with mode: 0644]
docs/_includes/variables.html
docs/documentation/components/breadcrumb.html
docs/documentation/components/card.html
docs/documentation/components/dropdown.html
docs/documentation/components/menu.html
docs/documentation/components/message.html
docs/documentation/components/modal.html
docs/documentation/components/navbar.html
docs/documentation/components/pagination.html
docs/documentation/components/panel.html
docs/documentation/components/tabs.html
docs/documentation/elements/box.html
docs/documentation/elements/button.html
docs/documentation/elements/content.html
docs/documentation/elements/icon.html
docs/documentation/elements/image.html
docs/documentation/elements/notification.html
docs/documentation/elements/progress.html
docs/documentation/elements/table.html
docs/documentation/elements/tag.html
docs/documentation/elements/title.html
docs/documentation/form/file.html
docs/documentation/form/general.html
docs/documentation/form/input.html
docs/documentation/layout/footer.html
docs/documentation/layout/level.html
docs/documentation/layout/media-object.html
docs/documentation/layout/section.html
docs/documentation/modifiers/responsive-helpers.html
docs/documentation/modifiers/typography-helpers.html
docs/documentation/overview/colors.html
docs/documentation/overview/modular.html
docs/documentation/overview/responsiveness.html
docs/documentation/overview/variables.html
docs/made-with-bulma.html