Does anybody knows how to include compass in an Ionic 2 project?
I have tried to import compass-sass, but I can't find a path to set the compass preprocessing in my styles.
As pointed by this stackoverflow answer use this Compass lib
npm install compass-sass-mixins
@import "../../node_modules/compass-sass-mixins/lib/compass";
in file app.scss
ionic serve
Hope this helps to implement useful mixins