Why isn’t my theme processing SASS?

Question

It’s my understanding that WordPress now processes SASS files but for some reason mine don’t work.

I’m trying to call it using wp_enqueue_style directly in header.php via the head tag:

<?php wp_enqueue_style('stylesheet', get_template_directory_uri() . '/style.css', $ver = false, $media = 'screen') ?>

Instead, the file gets called as a normal CSS doc.

I attempted to rename style.css to style.scss but then the file doesn’t load at all, so I guess the sass pre-processor just isn’t firing.

0
, , nipponese 3 years 2020-05-29T12:10:39-05:00 0 Answers 74 views 0

Leave an answer

Browse
Browse