0.0.4 • Published 9 months ago

tailwindcss-wp-faust v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

🎨 TailwindCSS WP Faust Plugin

This plugin takes the CSS contents of the generated Faust.js global stylesheet and adds it to the TailwindCSS build process.

You will have access to all the classes generated by Faust.js in your TailwindCSS build. As well as the css variables.

🚀 Installation

npm install tailwindcss-wp-faust

📦 Usage

Add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
	plugins: [
		require('tailwindcss-wp-faust')({
			globalStyes: fs.readFileSync('./path/to/faust/global.css', 'utf8'),
		}),
	],
}

⛭ Options

The globalStyles option is required. It should be the contents of the generated Faust.js global stylesheet.

🪪 License

MIT

Made by natac13

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago