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 created a new project using ng new with the --styles=scss option. Then I did an npm install --save foundation-sites. When I add @import '../node_modules/foundation-sites/scss/foundation'; to the /src/styles.scss and then do an ng serve all I get in the styles tag is the block comment from the top of node_modules/foundation-sites/scss/foundation.scss file. There is no compiled css being output.
Debian Jessie x64
angular-cli: 1.0.0-beta.22-1
node: 7.1.0
os: linux x64
The text was updated successfully, but these errors were encountered:
I created a new project using ng new with the --styles=scss option. Then I did an
npm install --save foundation-sites
. When I add@import '../node_modules/foundation-sites/scss/foundation';
to the /src/styles.scss and then do anng serve
all I get in the styles tag is the block comment from the top of node_modules/foundation-sites/scss/foundation.scss file. There is no compiled css being output.Debian Jessie x64
angular-cli: 1.0.0-beta.22-1
node: 7.1.0
os: linux x64
The text was updated successfully, but these errors were encountered: