Article
0 comment

Update on how to include 3rd party CSS in SharePoint Framework

Finally, we upgraded SASS to a new version of SASS, which brings tons of changes to your development. It started in SharePoint Framework version 1.15, and the transition is now completed in 1.16.1. While importing 3rd party CSS via ‘@import’ is still possible, this option will be lost at some point.

Title screen on Update on 3rd party CSS in SPFx

Let me explain what other options you have to import 3rd party CSS to your web parts or extension CSS.[Read more]

Article
0 comment

Disable IE 11 support for SharePoint Framework Projects

Suppose you have great customers like I have that do not rely on IE 11 anymore. There is no time to wait to make the web parts and extension only work in true modern browsers.
The switch you have to make it simple and in seconds, even for older projects. When you created a new project and run the first build, the code output in your lib folder would look similar to this.

Default TypeScript compiled web part code

[Read more]