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
I'm getting the error File to import not found or unreadable: bootstrap
any idea on how to point sassc to the right file?
Also I only want to overwrite the main colors, is there a lightweight way to only output all classes related to colours but leave the bulk file statically served?
The text was updated successfully, but these errors were encountered:
Hi,
I installed the following gems (in a rails 5.2.8.1 project on ruby 2.7.7)
If I create a file like
app/assets/stylesheets/foobar_bootstrap.scss
with content
it works perfect, however if I wish to generate styles on the fly in a controller action like
I'm getting the error
File to import not found or unreadable: bootstrap
any idea on how to point sassc to the right file?
Also I only want to overwrite the main colors, is there a lightweight way to only output all classes related to colours but leave the bulk file statically served?
The text was updated successfully, but these errors were encountered: