From e24f56c1d24097292fc3e5256067357fecc26502 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 3 Mar 2019 09:34:00 +0100 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d24505d..e68259e 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,31 @@ ``` txt sass/ -| -|– _base.sass -|– _header.sass -|– _footer.sass -|– _mixins.sass -|– _typography.sass -|– _variables.sass +| +|– abstracts/ +| |– _functions.sass +| |– _mixins.sass +| |– _variables.sass +|– base/ +| |– _base.sass +| |– _fonts.sass +| |– _helpers.sass +| |– _typography.sass +|– components/ +| |– _button.sass +| ... +|– layout/ +| |– _footer.sass +| |– _header.sass |– pages/ | |– _home.sass -| |– _contact.sass -| ... -|– vendors/ -| |– _bootstrap.sass -| |– _jquery-ui.sass -| ... +| ... +|– themes/ +| |– _default.sass +| ... +|– vendors/ +| |– _normalize.sass +| ... `– main.sass ```