SASS not showing in customized preloader plugin
I am new to WordPress and webdev in general so my skills are moderate.
I am using a plugin called WP Smart Preloader to build my sites preloader. It allows for the use of custom HTML and CSS. The HTML part of my preloader works but the styling does not show. My custom preloader is using SCSS which I think is causing the problem.
Is there any way to allow the use of SCSS in this plugin?
Here is my preloader on Codepen: https://codepen.io/wuhdotse/pen/jOWZwNM
And here is the customized preloader plugin: https://github.com/wuhdotse/preloader
Thanks a bunch in advance!