SASS styling doest work?

0
Hello, Is SASS styling still available in Mendix 8.3? It seems the workflow which I used to use doesn’t work anymore, I would be grateful for some help. My workflow: Setup Scout-app input as project-name/theme/styles/web/sass, and output as project-name/theme/styles/web/css Create new SASS file with a custom class, link it in “_custom.scss” using @import Create a container with a text in Mendix, and add the custom class to it.   No effect. Somehow it worked ones and instantly stopped working. Am I doing something wrong?
asked
2 answers
0

Hi Maxim,

The same setup should work. You can try using Koala to see if that changes anything.

https://docs.mendix.com/howto/front-end/setup-mendix-ui-framework-with-koala

 

or gulp

 

https://docs.mendix.com/howto/front-end/set-up-sass

answered
0

Check if the CSS files still get modified shortly after you have made a change to a sass-file.

And upvote https://forum.mendix.com/link/ideas/1647 so when this idea is implemented we no longer have to go through this type of trouble.

answered