You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,6 +337,8 @@ Because CSS is generated at compile-time it's not possible to compose styles as
337
337
338
338
## Development workflow
339
339
340
+
If you see that styles are not being reloaded, add `(:require-macros [cljss.core])`, this should do the job.
341
+
340
342
When developing with Figwheel in order to deduplicate styles between reloads it is recommended to use Figwheel's `:on-jsload` hook to clean injected styles.
0 commit comments