Is it possible to (nicely) use SASS (or similar css compiler) within the Salesforce lightening web components ecosystem?
And no, Salesforce Lightning Design System is not the answer.
Is it possible to (nicely) use SASS (or similar css compiler) within the Salesforce lightening web components ecosystem?
And no, Salesforce Lightning Design System is not the answer.
Did you find a way to do this? I would like to integrate scss to my salesforce project
After working on platform for the past couple of years its almost an anti-pattern to be using SCSS on platform. With the addition of CSS components and --css-variables
, there are very few things you'd still need SCSS for that you can't do with vanilla CSS these days.
It is possible! Are you doing open source development or working on the platform?