@freeloop/tailwindcss-text-plugins
v0.0.2
Published
Text plugins for tailwindcss.
Downloads
10
Maintainers
Readme
@freeloop/tailwindcss-text-plugins
text plugins for tailwindcss.
Installation
Install the plugin from npm:
npm install -D @freeloop/tailwindcss-text-plugins
Then add the plugin to your tailwind.config.js
file:
module.exports = {
theme: {
// ...
},
plugins: [
require("@freeloop/tailwindcss-text-plugins"),
// ...
],
};
Usage
Provide instructions for how to use the plugin.
Configuration
If your plugin is configurable, show users how to configure it.
// tailwind.config.js
module.exports = {
plugins: [
require("tailwindcss-plugin-name")({
className: "markdown",
}),
// ...
],
};
Class
text-stroke
text-stroke-{color}
text-stroke-{width}