-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
OS?
macOS Sierra
Versions.
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
Metadata
Metadata
Assignees
Labels
No labels