So custom css doesn't work if I download package from npm. However when I install it directly from this repository all works.
What I have discovered is that probably there is wrong version published into npm since src/index.js in node_modules is different than one in this repository.
So custom css doesn't work if I download package from npm. However when I install it directly from this repository all works.
What I have discovered is that probably there is wrong version published into npm since
src/index.js
innode_modules
is different than one in this repository.