From f83c9bf7689c0054ea14892839dd10f2b1aa895f Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 9 Oct 2017 18:13:02 +0100 Subject: [PATCH] Add variables data --- docs/_data/variables.json | 22 + docs/_includes/bsa.html | 1 - ...2017-10-09-roses-are-red-links-are-blue.md | 89 + docs/_sass/header.sass | 2 +- docs/_sass/override.sass | 5 + docs/css/bulma-docs.css | 2567 ++++------------- docs/css/bulma-docs.css.map | 9 + docs/documentation/components/panel.html | 2 +- docs/documentation/elements/button.html | 14 +- docs/documentation/elements/notification.html | 32 +- docs/documentation/elements/progress.html | 3 +- docs/documentation/elements/tag.html | 25 +- docs/documentation/form/general.html | 13 +- 13 files changed, 796 insertions(+), 1988 deletions(-) create mode 100644 docs/_data/variables.json create mode 100644 docs/_posts/2017-10-09-roses-are-red-links-are-blue.md diff --git a/docs/_data/variables.json b/docs/_data/variables.json new file mode 100644 index 00000000..71f3e35d --- /dev/null +++ b/docs/_data/variables.json @@ -0,0 +1,22 @@ +{ + "colors": [ + { + "name": "primary" + }, + { + "name": "link" + }, + { + "name": "info" + }, + { + "name": "success" + }, + { + "name": "warning" + }, + { + "name": "danger" + } + ] +} \ No newline at end of file diff --git a/docs/_includes/bsa.html b/docs/_includes/bsa.html index 61be6efd..313eecf4 100644 --- a/docs/_includes/bsa.html +++ b/docs/_includes/bsa.html @@ -15,7 +15,6 @@ -