OfficeDev/office-ui-fabric-core

i has a error when i use fabric ui on my angular 9.0 product

bluesiboy opened this issue · 2 comments

ng cli version: 9.0.3

  1. ng new my-product --style scss
  2. npm i -s office-ui-fabric-core
  3. edit style.scss, add line @import '../node1/office1/src/sass/Fabric.scss'
  4. ng build

image

line 205: @include ms-animation((ms-fadeIn, ms-slideRightIn10)

image

why? how can i do?

Add the latest version of node-sass to the project.
npm install node-sass

Will solve the problem.

@chendjouCaleb thenk you very much.