@polojs/polo-plugin-tailwind
v0.1.0
Published
Super basic tailwind setup.
Downloads
4
Readme
Polo-plugin-tailwind
Super basic tailwind setup.
Usage:
yarn add @polojs/polo-plugin-tailwind
Running or building the server will automatically create the necessary config files if they don't already exist.
To use tailwind import the tailwind css file somewhere in your page or layouts.
import '@polojs/polo-plugin-tailwind/tailwind.css';
If you want to do something custom feel free to import tailwind yourself:
@tailwind base;
@tailwind components;
@tailwind utilities;