Do you support .less files? Or plan to support them? It seems you already support .scss files.
For sure I've a big preference for styled-components, and will continue to use them.
But I also have a few projects that need to use the ant-design library. Unfortunately it's based on Less.
I would like to be able to onboard their main .less file globally on the project, while continuing to use styled-component on my react components. They also offer a .css version, but it doesn't allow me to edit the styling configurations (based on less variables). Thanks!
Do you support
.less
files? Or plan to support them? It seems you already support.scss
files.For sure I've a big preference for
styled-components
, and will continue to use them.But I also have a few projects that need to use the ant-design library. Unfortunately it's based on Less. I would like to be able to onboard their main
.less
file globally on the project, while continuing to usestyled-component
on my react components. They also offer a.css
version, but it doesn't allow me to edit the styling configurations (based onless
variables). Thanks!