Hello Lucas,
Just a question, i'm using this gem for first time in rails assets
Got an initializer with following code :
Stylus.use(:nib) unless Rails.env == 'production'
and got this in a styl file
but got the following error
ActionView::Template::Error (Error: Cannot find module 'nib'
what's wrong in the call of nib ?
thank you
Hello Lucas,
Just a question, i'm using this gem for first time in rails assets
Got an initializer with following code :
and got this in a
stylfilebut got the following error
what's wrong in the call of
nib?thank you