Compass / compass-rails

compass rails integration
MIT License
591 stars 276 forks source link

unsupported rails environment for compass rails 5.2 #286

Closed pmokariya closed 5 months ago

pmokariya commented 1 year ago

I am using the versions below for the Ruby on Rails project and while running precompile, I am facing an issue with the compass/support file. Kindly help me to fix it

   $ ruby -v
    ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]

    $ rails -v
    Rails 5.2.8.1

    $ rake assets:precompile

    rake aborted!
    SassC::SyntaxError: Error: File to import not found or unreadable: compass/support.
    on line 2:1 of app/assets/stylesheets/print.scss
    >> @import "compass/support";