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
This commit is contained in:
bstashio
2017-10-17 12:28:59 +03:00
committed by Jeremy Thomas
parent e4fd1b7579
commit 1523ce8527
65 changed files with 2736 additions and 1158 deletions

View File

@@ -1,56 +1,8 @@
---
title: Tabs
layout: documentation
doc-tab: components
doc-subtab: tabs
variables:
- name: $tabs-border-bottom-color
value: $border
- name: $tabs-border-bottom-style
value: solid
- name: $tabs-border-bottom-width
value: 1px
- name: $tabs-link-color
value: $text
- name: $tabs-link-hover-border-bottom-color
value: $text-strong
- name: $tabs-link-hover-color
value: $text-strong
- name: $tabs-link-active-border-bottom-color
value: $primary
- name: $tabs-link-active-color
value: $primary
- name: $tabs-link-padding
value: 0.5em 1em
- name: $tabs-boxed-link-radius
value: $radius
- name: $tabs-boxed-link-hover-background-color
value: $background
- name: $tabs-boxed-link-hover-border-bottom-color
value: $border
- name: $tabs-boxed-link-active-background-color
value: $white
- name: $tabs-boxed-link-active-border-color
value: $border
- name: $tabs-boxed-link-active-border-bottom-color
value: transparent
- name: $tabs-toggle-link-border-color
value: $border
- name: $tabs-toggle-link-border-style
value: solid
- name: $tabs-toggle-link-border-width
value: 1px
- name: $tabs-toggle-link-hover-background-color
value: $background
- name: $tabs-toggle-link-hover-border-color
value: $border-hover
- name: $tabs-toggle-link-radius
value: $radius
- name: $tabs-toggle-link-active-background-color
value: $primary
- name: $tabs-toggle-link-active-border-color
value: $primary
- name: $tabs-toggle-link-active-color
value: $primary-invert
---
{% capture tabs_example %}
@@ -453,7 +405,7 @@ variables:
{% include snippet.html content=tabs_toggle_fullwidth_large_example horizontal=true more=true %}
{% include variables.html %}
{% include variables.html type='component' %}
</div>
</section>