user4371457
user4371457

Reputation:

How to enque scss on Wordpress

I have this test Wordpress site http://test.fluxmusic.net/ and I have my css and js file working, but I can't find how to make scss files work.

Upvotes: 0

Views: 151

Answers (1)

Aaron Long
Aaron Long

Reputation: 93

SCSS files must be compiled to css first before enqueuing them. You will need to install a plugin like:

https://wordpress.org/plugins/wp-scss/

Hope this helps

Upvotes: 1

Related Questions