From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- docs/components/breadcrumb.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 docs/components/breadcrumb.md (limited to 'docs/components/breadcrumb.md') diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md deleted file mode 100644 index eb286d847..000000000 --- a/docs/components/breadcrumb.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: docs -title: Breadcrumb -description: Indicate the current page's location within a navigational hierarchy that automatically adds separators via CSS. -group: components ---- - -Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). - -{% example html %} - - - -{% endexample %} - -Similar to our navigation components, breadcrumbs work fine with or without the usage of list markup. - -{% example html %} - -{% endexample %} -- cgit v1.2.3