This commit is contained in:
chris (daiyi) 2017-08-30 18:21:56 +02:00 committed by Daniel Compton
parent e448b45f0a
commit 2c63b8d90e
1 changed files with 1 additions and 1 deletions

View File

@ -121,4 +121,4 @@ The CSS for the trace panel are defined both inline and within `src/day8/re_fram
lein less auto
```
and the .less file will automatically compile to css on file changes. Don't edit the file within `src/day8/re_frame/css` directly, or it will be overwriten. We are using css preprocessing because in order to isolate the panel styles, we are namespacing the panell styles with the id `#--re-frame-trace--`.
and the .less file will automatically compile to css on file changes. Don't edit the file within `src/day8/re_frame/css` directly, or it will be overwriten. We are using css preprocessing because in order to isolate the panel styles, we are namespacing the panel styles with the id `#--re-frame-trace--`.