I am trying to use compass in my Laravel Project but i am not sure how to proceed. With Laravel Elixir, I could install "laravel-elixir-sass-compass" but there seem to be no package for Compass.
I also Need it for Laravel 5.4 which has Laravel Mix and not Elixir. The reason for use is because it's been already used by many templates that I personally use. I'm having a tough time subsiding with the loss of their prebuilt mixins from SASS which would require me to write 1000s of lines of code again.