Can't get meteoric-ionic to work

I try to import into app.scss

@import '.meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/ionic';
@import '.meteor/local/build/programs/server/assets/packages/meteoric_ionicons-sass/ionicons';

after installing the packages:
meteoric:ionic
meteoric:ionic-sass
meteoric:ionicons-sass

but when I run meteor it won’t work it says

" file to import not found or unreadable:"

i saw a lot of people that got this problem and they solved it but restarting the server but I can’t get it to work, any help?

Dunno why this keeps being a problem but what helped me sort it out was just rewriting the path. Step by step.
Also make sure to have package fourseven:scss@2.0.0

Mine which is working:

@import '.meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/ionic';
@import '.meteor/local/build/programs/server/assets/packages/meteoric_ionicons-sass/ionicons';