Hello,
I'm trying to use SASS, but when i compile the style.scss the generated file has content different from the already existing style.css in canvas.
And when i try to apply the generated file instead of the original the theme behaviour is a bit compromised. For instance, the portfolio section is not showing properly.
The only change i made to the code was to replace the existing style.css when the one i compiled from the SASS version.
I'm using Laravel framework and using Laravel Mix to compile it.
Couple of pics attached to show you the difference in the theme behaviour, one is the sass version, another is the original style.css. It might change other stuff as well.
Any suggestions in how to compile the SASS version? What to i need to do for the generated file to have the save code as the already existing css file?
Because of this i currently have to use css version of the theme.
Also, i take this opportunity to leave a request: you should create a more elaborated documentation regarding building up the SASS and LESS version of the theme. In how to achieve the same result of the already existing CSS version, and some other tweaks.
Thanks.
