Base solution for your next web application
Open Closed

Install CSS package with Yarn #4113


User avatar
0
affern created

Hello. What do I have to do after I have installed a css package with Yarn? Is there any bundle file I have to insert a reference to the css?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @affern,

    You need to include your css file into .angular-cli.json's styles array.

  • User Avatar
    0
    affern created

    Thanks! :)