0.1.0 • Published 2 years ago

@polojs/polo-plugin-tailwind v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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;