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
angular-cli: 1.0.0-beta.21
node: 7.1.0
os: darwin x64
Repro steps.
Create an app using ng new scssy-project --style=scss
Install foundation + foundation-sites
Try requiring /node_modules/foundation-sites/scss/settings/settings in styles.scss for example
The log given by the failure.
@import 'util/util';
^
File to import not found or unreadable: util/util
Mention any other details that might be useful.
Related foundation issue is foundation/foundation-sites#7744
Solution is to add foundation-sites/scss to sass import paths.
Impossible to do because of #1656
The text was updated successfully, but these errors were encountered:
OS?
Versions.
Repro steps.
ng new scssy-project --style=scss
/node_modules/foundation-sites/scss/settings/settings
in styles.scss for exampleThe log given by the failure.
Mention any other details that might be useful.
Related foundation issue is foundation/foundation-sites#7744
Solution is to add
foundation-sites/scss
to sass import paths.Impossible to do because of #1656
The text was updated successfully, but these errors were encountered: