@@ -16,7 +16,7 @@ You can deploy the application customizer with different settings to point to di
1616
1717## Used SharePoint Framework Version
1818
19- ![ SPFx v1.4.1 ] ( https://img.shields.io/badge/SPFx-1.4.1 -green.svg )
19+ ![ SPFx v1.6 ] ( https://img.shields.io/badge/SPFx-1.6 -green.svg )
2020
2121## Applies to
2222
@@ -34,6 +34,7 @@ react-application-injectcss|Hugo Bernier ([Tahoe Ninjas](http://tahoeninjas.blog
3434Version|Date|Comments
3535-------|----|--------
36361.0.0|07 May, 2018|Initial release
37+ 1.1.0|18 October, 2018|Updated to SPFx 1.6
3738
3839## Disclaimer
3940
@@ -60,24 +61,24 @@ Version|Date|Comments
6061 border-radius: 50%;
6162}
6263```
63- * upload the CSS file to a shared location on your SharePoint tenant. For example, in the ` Styles Library ` of the root site collection.
64- * get the URL to your custom CSS. For example: ` /Style%20Library/custom.css `
64+ * Upload the CSS file to a shared location on your SharePoint tenant. For example, in the ` Styles Library ` of the root site collection.
65+ * Get the URL to your custom CSS. For example: ` /Style%20Library/custom.css `
6566
66- * update _ serve.json_ pointing to your site collection home page change the ` cssurl ` property with the URL to your custom CSS.
67- * run _ gulp serve_
67+ * Update _ serve.json_ pointing to your site collection home page change the ` cssurl ` property with the URL to your custom CSS.
68+ * Run _ gulp serve_
6869
6970## Deployment to Production
7071
71- * located the ` elements.xml ` file, in the ` sharepoint ` > ` assets ` folder
72- * change the ` ClientSideComponentProperties ` to point to your custom CSS URL.
73- * run _ gulp bundle --ship_
74- * run _ gulp package-solution --ship_
75- * upload the ` react-application-injectcss.sppkg ` from the ` sharepoint ` folder to your App catalog.
76- * when prompted to deploy to all sites, choose the option that suits your needs.
72+ * Locate the ` elements.xml ` file, in the ` sharepoint ` > ` assets ` folder
73+ * Change the ` ClientSideComponentProperties ` to point to your custom CSS URL.
74+ * Run _ gulp bundle --ship_
75+ * Run _ gulp package-solution --ship_
76+ * Upload the ` react-application-injectcss.sppkg ` from the ` sharepoint ` folder to your App catalog.
77+ * When prompted to deploy to all sites, choose the option that suits your needs.
7778
7879## Features
7980
80- Sample SharePoint Framework application customiser injecting a custom CSS in the HTML header.
81+ Sample SharePoint Framework Application Customiser which injects a custom CSS in the HTML header.
8182
8283This sample illustrates the following concepts on top of the SharePoint Framework:
8384
0 commit comments