Leo Jpod
Leo Jpod
+1 I just found out about Scrimba but it looks cool and I would like to put some elm stuff together on it.
Could elm-review help with that? like write a special rule that require to use a certain things (e.g. use `case ... of` instead of `if then else if then else...
I was more thinking of rules designed explicitly for one exercise, not of rules to apply to all exercises. I don't have much time to play with it right now...
As a workaround you can also use `safelist` to target the rules you're using, so you would target only the "basic" bg, and then add the opacity modifiers you need