WordPress

Installation

Install the module

npm install @teft/wordpress

Usage

Example:

@import "@teft/wordpress";

The CSS expects the_content to be wrapped in a .entry-content.

<div class="entry-content">
	<?php the_content(); ?>
</div>