From 8b61f666da65f716f4c883402c7ffcc456617ad6 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 6 Apr 2021 14:54:49 +0100 Subject: [PATCH] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 643f220..8a9a81d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ ## TODO -* css - body line heights, margins (what happened to these??) -* documentation regarding the CSS files - e.g., .text-component ??? +* better documentation regarding the CSS files * Eslint errors - do not stop compilation, just emit warnings? * CSS linting (needs to be postcss compatible) @@ -16,6 +15,10 @@ ## Usage +### Default Text Spacing Styles + +There are no default *base* text spacing styles. However, there are default styles that are applied when textual elements are child elements of a `.text-component` class. + ### Templating `ejs-compiled-loader` is used to load `ejs` templates. Templates are found in `src/templates/`. The template entry point is `index.ejs`. Partials can be placed in `src/templates/partials/`.