Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paintparty committed Aug 22, 2021
1 parent ce57a04 commit 26cbc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,13 +599,13 @@ Then you would see this when inspecting the element in browser console:
Various options are configurable via a required `kushi.edn` file.<br>
This file must live in your project's root directory.
The only required entry in this map is `:static-css-dir`
The only required entry in this map is `:css-dir`
```Clojure
{
;; REQUIRED.
;; Must be relative to proj root e.g "public/css" or "resources/public/css".
:static-css-dir "public/css"
:css-dir "public/css"
;; Optional. Name of generated css file. Defaults to kushi.css.
;; :css-filename "my-kushi-styles.css"
Expand Down

0 comments on commit 26cbc97

Please sign in to comment.