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.
For further actions, you may consider blocking this person and/or reporting abuse
Yeom suyun -
dev.to staff -
Oleh -
Michael Tharrington -
Once suspended, lukethacoder will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, lukethacoder will be able to comment and publish posts again.
Once unpublished, all posts by lukethacoder will become hidden and only accessible to themselves.
If lukethacoder is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Luke Secomb.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag lukethacoder:
Unflagging lukethacoder will restore default visibility to their posts.
Top comments (5)
It is possible! Are you doing open source development or working on the platform?
Working on platform using DX
Did you find a way to do this? I would like to integrate scss to my salesforce project
Yes i have the solution. Let me write a blog or video on this.
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.