OfficeDev / office-ui-fabric-core

The front-end CSS framework for building experiences for Office and Microsoft 365.
https://developer.microsoft.com/en-us/fabric
Other
3.77k stars 467 forks source link

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

Open bluesiboy opened 4 years ago

bluesiboy commented 4 years ago

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 '../node~1/office~1/src/sass/Fabric.scss'
  4. ng build

image

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

image

why? how can i do?

chendjouCaleb commented 4 years ago

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

Will solve the problem.

bluesiboy commented 4 years ago

@chendjouCaleb thenk you very much.