While processing files with fourseven:scss (for target web.browser):
/client/stylesheets/app.scss: Scss compiler error: File to import: {}/client/stylesheets/.meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/_ionic not found in file:
C:/Users/slavo/WebstormProjects/MeteorTutorial/meteor-poc-Ionic/{}/client/stylesheets/app.scss
What should i do? when i put the app.scss to my folder in the project it happens.
fourseven:scss 3.3 and higher currently does not support importing files from the .meteor folder.
For the time being you can use version 3.2.
I’ve got a branch that allows importing from .meteor folders which I might merge if demand keeps being high, but really, importing from the .meteor folder is not such a good idea.