From 48ea8e049e03d2013b55c5c2fc49b486f8fdf306 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 7 Nov 2018 07:33:49 +0100 Subject: [PATCH] Add scheme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index f8f7cbc..f9cbd93 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ Pattern Template 7-1 Lite version, an extraordinarily neat architecture that any Web Designer can understand at a glance. Structure with the help of SASS. +``` txt +sass/ +| +|– _base.sass +|– _header.sass +|– _footer.sass +|– _mixins.sass +|– _typography.sass +|– _variables.sass +|– pages/ +| |– _home.sass +| |– _contact.sass +| ... +|– vendors/ +| |– _bootstrap.sass +| |– _jquery-ui.sass +| ... +`– main.sass +``` + # Compile SASS. ## Install