Follow the demo use: _import 'rc-slider/assets/index.less';_
But on render, the styles never import...
My setup: ES6, webpack and SCSS for styles
Btw... would be great have styles formatted
use import 'rc-slider/assets/index.css'; to replace import 'rc-slider/assets/index.less'; and try again.
Ty for reply, I forge to write that I use import 'rc-slider/assets/index.css'; too... perhaps is something about webpack?
I have the same issue, I had to use rc-slider/dist/rc-slider.min.css locally and none of the three options presented work on CI. Perhaps an inline CSS version could be offered as an optional alternative?
Most helpful comment
Ty for reply, I forge to write that I use
import 'rc-slider/assets/index.css';too... perhaps is something about webpack?