A Lektor plugin that adds Tailwind CSS to your project seamlessly.
Version: 0.3.0
Author: Frost Ming
View all tags.
A Lektor plugin that adds Tailwind CSS to your project seamlessly.
Add plugin to your project
$ lektor plugin add lektor-tailwind
$ lektor plugin list
Add the Tailwind directives to your CSS
In assets/static/style.css
:
@import "tailwindcss";
@plugin "@tailwindcss/typography";
Start lektor build or server:
$ lektor build
$ lektor server
You got it. Please refer to official Tailwind documentation for more information on using Tailwind CSS and its CLI.
By default, the input CSS file in assets/static/style.css
, while it can be changed by css_path
plugin config.
Comments