Is there a way to maintain the built-in CSS/SASS feature in Next.js without extensive configuration?
Utilizing the built-in CSS/SASS is convenient, but introducing less to next.config.js
triggers the disabling of this feature, requiring manual configuration with:
@zeit/next-sass
@zeit/next-less
@zeit/next-css
Can the feature remain active while only adding less configuration?
Warning: Custom CSS configuration may lead to the deactivation of built-in CSS support after integrating less!