I use this seed project for my Angular 2 app.
My goal is to use compass mixins and functions in all sass files.
In this moment when i try to use @import 'compass' it simply can not make import.
I had instaled newest SASS and COMPASS gem.
I think to do this i need some config.rb but i have no idea how to properly place it in this files structure.
Or maybe i need gulp-compass and implement some gulp's task to enable compass, when whole app build-up?
But when exactly start this task and how should code for this task look like ?