Disclosure: This is my first Rails app
I'm getting an error within Neat
when trying to use the new-breakpoint
mixin. I have cut-up my application templates and am now spinning up and integrating them in to a new Rails
instance. Bourbon
and Neat
work fantastically in my templates, but from within Rails
, I'm getting...
List index is 2 but list is only 1 item long for
nth'`
Has anyone come across this issue before?
More info can be found here github.
The only thing I can think of is that there is an error in the gem
? That doesn't make sense though as everyone would be experiencing the same issue. However, the only difference between using Neat
in Rails
comes down to using a gem
and doing @import "neat"
instead of @import "neat/neat"
(from a folder)
If anyone can shed some light on whatever I can do to fix this, that would be fantastic.