I'm trying to enqueue a .scss file to my wordpress theme. I know nothing about SCSS. The reason here why I'm using a .scss file is, I needed to add some hovering animations in a css collection called <a href="https://github.com/gudh/ihover" rel="nofollow">ihover</a>.
Its documentation says, if you need to include it in the production (Single effect or customized) just use necessary .scss files.
So, I tried to enqueue it just like normally enqueuing CSS files, but looks like it's not working.
So, is there any special way to do it ?
And can I covert those SCSS to normal CSS ?
Thanks!
Its documentation says, if you need to include it in the production (Single effect or customized) just use necessary .scss files.
So, I tried to enqueue it just like normally enqueuing CSS files, but looks like it's not working.
So, is there any special way to do it ?
And can I covert those SCSS to normal CSS ?
Thanks!