What is the proper way to import and use css styles in reactjs with victoryjs?

38 Views Asked by At

How can we do for example: import './styles.scss' and use it on for example a VictoryLabel like:

<VictoryLabel className='some class from styles.css' />

I have tried but I can not get it to work.

0

There are 0 best solutions below