trigger
trigger copied to clipboard
No css file included in the build package
I am trying to use rc-trigger on my app , all my config is fine but triggered dom was not rendering. On further debugging I found the styles were missing from the rc-trigger.
in node_modules, there's no css file included in the package just a .less file which I have to compile it in my app to use it
Would be better if you include the build files in the package itself.
Issue is occurring from 4.. release. It was fine till 3.0.0
same problem
Hi planning to fix this? or Should I have to compile the less file locally ?
Pull request https://github.com/react-component/trigger/pull/248