From f123eb9562ab9b340647c00f626575c696e66525 Mon Sep 17 00:00:00 2001
From: Jeremy Thomas
Date: Mon, 9 Apr 2018 23:53:34 +0100
Subject: [PATCH] Add focus
---
docs/_includes/index/focus.html | 63 ++++++++
docs/_includes/index/intro.html | 9 +-
docs/_includes/index/sponsor.html | 78 +++++-----
docs/_layouts/post.html | 14 ++
docs/_sass/example.sass | 3 +-
docs/_sass/index.sass | 29 ++++
docs/_sass/main.sass | 5 +-
docs/_sass/specific.sass | 30 ++--
docs/css/bulma-docs.css | 137 ++++++-----------
.../modifiers/responsive-helpers.html | 4 +-
docs/documentation/modifiers/syntax.html | 138 +++++++++++-------
.../modifiers/typography-helpers.html | 4 +-
docs/index.html | 43 ------
13 files changed, 310 insertions(+), 247 deletions(-)
create mode 100644 docs/_includes/index/focus.html
diff --git a/docs/_includes/index/focus.html b/docs/_includes/index/focus.html
new file mode 100644
index 00000000..f987e501
--- /dev/null
+++ b/docs/_includes/index/focus.html
@@ -0,0 +1,63 @@
+
diff --git a/docs/_includes/index/intro.html b/docs/_includes/index/intro.html
index ac46242c..61f915f0 100644
--- a/docs/_includes/index/intro.html
+++ b/docs/_includes/index/intro.html
@@ -48,14 +48,7 @@
-
-
-
- {% include elements/carbon.html %}
-
-
+ {% include index/focus.html %}
diff --git a/docs/_includes/index/sponsor.html b/docs/_includes/index/sponsor.html
index c77a2fc4..7bf9daa3 100644
--- a/docs/_includes/index/sponsor.html
+++ b/docs/_includes/index/sponsor.html
@@ -1,38 +1,44 @@
-
+ {% highlight html %}{{ button_sizes }}{% endhighlight %}
+
+ {% highlight html %}{{ button_states }}{% endhighlight %}
+
+
+
+
+
+
+ As a result, it's very easy to combine modifiers:
+
+
+
+
+ {% highlight html %}{{ button_combinations }}{% endhighlight %}
+
diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html
index 8cd74842..ebe81459 100644
--- a/docs/documentation/modifiers/typography-helpers.html
+++ b/docs/documentation/modifiers/typography-helpers.html
@@ -39,7 +39,7 @@ breadcrumb:
{% capture size1 %}
- {{ initial_vars.size-1.value }}
+ {{ initial_vars.size-1.value }}
|
{% endcapture %}
@@ -51,7 +51,7 @@ breadcrumb:
{% capture left %}
- left-aligned
+ left-aligned
|
{% endcapture %}
diff --git a/docs/index.html b/docs/index.html
index 1882bec7..17be4190 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -8,49 +8,6 @@ fixed_navbar: true
{% include index/intro.html %}
-
-
{% include elements/tws.html %}