Customizing Blazor Components with scss *error

I m trying to do like described here but having problem with importing scss files. ( File to import not found or unreadable: ej2-base/styles/bootstrap4.scss.)


Can anybody explain Step 5 more clearly ? This part is missing some lines, even when I add closing brackets compiler config asking for array and not working
  1.     { 
            "sass": {
            "autoPrefix": "",
            "includePath": "./@syncfusion",
Thank you


3 Replies

OK Osman Kael February 18, 2020 12:17 PM UTC

solved : 

[
  {
    "outputFile": "wwwroot/css/StyleSheet.css",
    "inputFile": "Style/StyleSheet.scss",
    "options": {
      "includePath": "node_modules/@syncfusion"
    }

  }

]



BS Banupriya Selvaraj Syncfusion Team February 20, 2020 10:01 AM UTC

Hi Osman Kael,  

Thanks for contacting Syncfusion support.  

We are glad to hear that your reported issue was resolved in that way. And, we found that we have provided the code snippet for compiler configuration from generated ‘compilerconfig.json.defaults’ instead of root ‘compilerconfig.json’ file. Sorry for the inconvenience. We have logged a documentation correction task for this syntax error and it will be available in live in our upcoming second patch release which is expected to be rolled-out in the first week of March, 2020. Until then we appreciate your patience.  

Regards,  
Banupriya 



BS Banupriya Selvaraj Syncfusion Team March 20, 2020 06:55 AM UTC

Hi Osman Kael,   
  
We have corrected our Blazor documentation for this syntax error and it is available in live now. Please refer to the below documentation link. 
  
Regards, 
Banupriya 


Loader.
Up arrow icon