From f92a80c7050b58ab465fe6da3030ac3e7889b1dc Mon Sep 17 00:00:00 2001 From: Daniel Tonon Date: Sat, 22 Dec 2018 11:54:32 +1100 Subject: [PATCH] Making the default expected folder structure clearer --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 57bdbf8..654117f 100644 --- a/README.md +++ b/README.md @@ -296,14 +296,14 @@ To generate this css: The default setting for this is `../fonts`. This is to make it compatible with as many folder structures as possible. As long as you have a folder structure that is something like the following then you won't need to change the `$fonts-path` / `$path` setting. -````` - - - fonts - - - - - - - - - - - - -````` +> Default expected folder structure: +> +> - _[folder holding front end assets]_ +> - `fonts` +> - _[font name folder]_ +> - _[font files]_ +> - _[css folder]_ +> - _[css file]_ If the default `$fonts-path` setting doesn't work with your folder structure, then you can alter the `$fonts-path` setting to use a different path.