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/`.