update readme
This commit is contained in:
parent
463856e15f
commit
8b61f666da
|
@ -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/`.
|
||||
|
|
Loading…
Reference in New Issue