Install the module
npm install @teft/wordpress
Example:
@import "@teft/wordpress";
The CSS expects the_content to be wrapped in a .entry-content.
the_content
.entry-content
<div class="entry-content"> <?php the_content(); ?> </div>