From d002f31b770f7b953a33a2ebb9f449d3c52cf78c Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Thu, 24 Mar 2016 14:51:58 -0400 Subject: [PATCH] Add strikethrough text-decoration example --- docs/typography/text-decoration/index.html | 2 ++ src/templates/docs/text-decoration/index.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/typography/text-decoration/index.html b/docs/typography/text-decoration/index.html index bd1a8dbf7..5c746e05f 100644 --- a/docs/typography/text-decoration/index.html +++ b/docs/typography/text-decoration/index.html @@ -85,6 +85,8 @@

Text Decoration Underline

vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

+

Text Decoration Strikethrough

+

Lorem ipsum dolor sit amet

Previous

diff --git a/src/templates/docs/text-decoration/index.html b/src/templates/docs/text-decoration/index.html index d79265d14..c37f5ff3a 100644 --- a/src/templates/docs/text-decoration/index.html +++ b/src/templates/docs/text-decoration/index.html @@ -49,6 +49,8 @@

Text Decoration Underline

vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

+

Text Decoration Strikethrough

+

Lorem ipsum dolor sit amet

Previous