From da3185ee0a3957627d918956c9c2266cfa2d3029 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Aug 2017 21:35:43 -0700 Subject: new homepage, new assets, clean out old stuff --- docs/4.0/examples/index.md | 1 + docs/4.0/extend/icons.md | 1 + docs/4.0/utilities/borders.md | 1 + docs/4.0/utilities/colors.md | 1 + 4 files changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md index dd52fe9bd..bec2f014c 100644 --- a/docs/4.0/examples/index.md +++ b/docs/4.0/examples/index.md @@ -1,6 +1,7 @@ --- layout: simple title: Examples +description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. redirect_from: - /examples/ --- diff --git a/docs/4.0/extend/icons.md b/docs/4.0/extend/icons.md index 3b4aea3eb..f7da1ca83 100644 --- a/docs/4.0/extend/icons.md +++ b/docs/4.0/extend/icons.md @@ -17,6 +17,7 @@ We've tested and used these icon sets ourselves. ## More options While we haven't tried these out, they do look promising and provide multiple formats—including SVG. +- [Bytesize](https://github.com/danklammer/bytesize-icons) - [Google Material icons](https://material.io/icons/) - [Ionicons](http://ionicons.com/) - [Feather](http://colebemis.com/feather/) diff --git a/docs/4.0/utilities/borders.md b/docs/4.0/utilities/borders.md index db8bcee19..fcc064d39 100644 --- a/docs/4.0/utilities/borders.md +++ b/docs/4.0/utilities/borders.md @@ -30,6 +30,7 @@ Change the border color using utilities built on our theme colors. {% example html %} {% for color in site.data.theme-colors %} {% endfor %} + {% endexample %} diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md index 11ac0be60..ed4ba1066 100644 --- a/docs/4.0/utilities/colors.md +++ b/docs/4.0/utilities/colors.md @@ -23,6 +23,7 @@ Similar to the contextual text color classes, easily set the background of an el {% example html %} {% for color in site.data.theme-colors %}
.bg-{{ color.name }}
{% endfor %} +
.bg-white
{% endexample %} {% callout info %} -- cgit v1.2.3