From b1ad725408fe40a404cbbc7ec4d9cb5d0a0c9fed Mon Sep 17 00:00:00 2001 From: Dave Kiss Date: Sat, 1 Apr 2017 19:11:26 -0700 Subject: [PATCH] Add Tachyons as CSS framework option --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3e3c96..0b2d2ee 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Sage is a WordPress starter theme with a modern development workflow. * CSS framework options: * [Bootstrap 4](http://getbootstrap.com/) * [Foundation](http://foundation.zurb.com/) + * [Tachyons](http://tachyons.io/) * None (blank slate) * Font Awesome (optional) @@ -45,7 +46,7 @@ $ composer create-project roots/sage your-theme-name dev-master During theme installation you will have the options to: * Update theme headers (theme name, description, author, etc.) -* Select a CSS framework (Bootstrap, Foundation, none) +* Select a CSS framework (Bootstrap, Foundation, Tachyons, none) * Add Font Awesome * Configure Browsersync (path to theme, local development URL)