Add Less compiler to compiling phase
Hey there, most rc-* components are published with .css asset files. This only features .less only right now which is problematic for SASS environments. Compiling Less to CSS allows developers to import the component styles in all available CSS preprocessors.
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/react-component/select/kpqz87fr1
✅ Preview: https://select-git-add-cssfiles.react-component.vercel.app
I also met this problem, my repo does not use less, but rc-select only exported less file, so i can't see any styles for this component
Conflicted.