Fork me on GitHub
#reagent
<
2017-06-20
>
lingeeal10:06:40

hi, how can I include sass after creating reagent template?

lingeeal10:06:14

I didn't create the template using lein new reagent <name> +less

lingeeal10:06:20

and want to include it after

lingeeal12:06:11

can I call "navigate back" somehow?

lingeeal12:06:48

or the only way is call (accountant/navigate! "route-to-go-when-back-is-pressed")

lingeeal12:06:25

here I mean back as button with {:on-click #()}

pesterhazy12:06:00

(js/window.history.back) ?