I'm creating a new content type for 2sxc content and I'm trying to include some styling.
sorry for the newbie question and TIA
Regards Martyn C
So yes, it's all SASS based. You should simply run npm ci
in the root to restore all npm packages which are used for sass. Webpack should then take care of the building and all that :)
I suggest you have a look an the package.json
where everything should be explained.