Forum Discussion
Fabian Ackeret
Oct 15, 2018Copper Contributor
SPFx Webpart: Reference images in css?
Hey there I'm very new to SPFx webpart development and I'm just trying a few things. How do you correctly reference images in css? E.g. background-images. I created a property where the user...
- Oct 15, 2018
Hi Fabian
You could use the property value on the React code (not CSS) and create that specific style there.
See an example here: https://reactjs.org/docs/dom-elements.html#style
hope this helps
Oct 15, 2018
Hi Fabian
You could use the property value on the React code (not CSS) and create that specific style there.
See an example here: https://reactjs.org/docs/dom-elements.html#style
hope this helps
Fabian Ackeret
Oct 15, 2018Copper Contributor
thanks :-)