You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use ionic v2 (beta) and it needs the include paths part of the sass processing options set to include ionicons. I don't like the way they did it, but in order for it to work I need to add an include path. Can we set a config file in the root? scssIncludePaths.json
The text was updated successfully, but these errors were encountered:
// Bootstrap$icon-font-path: "/fonts/";
@import"{}/node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
// Bootstrap Material Design@import"{}/node_modules/bootstrap-material-design/sass/bootstrap-material-design";
@import"{}/node_modules/bootstrap-material-design/sass/ripples";
=> Errors prevented startup:
While processing files with fourseven:scss (for target web.browser):
/client/main.scss: Scss compiler error: File to import:
{}/node_modules/bootstrap-material-design/sass/bootstrap/variables not found in
file: _import-bs-sass
_import-bs-sass requires a path from bootsrtap-sass relative to {}/node_modules/bootstrap-sass/assets/stylesheets, so it requires settings includePaths.
I'm trying to use ionic v2 (beta) and it needs the include paths part of the sass processing options set to include ionicons. I don't like the way they did it, but in order for it to work I need to add an include path. Can we set a config file in the root? scssIncludePaths.json
The text was updated successfully, but these errors were encountered: