long-woo / tailwind

Basic configuration of tailwind css.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind

Basic configuration of tailwind css.

pnpm add @loongwoo/tailwind

Add code to the entry file:

  • scss file
@use '@loongwoo/tailwind/index.css'
  • ts or js file
import '@loongwoo/tailwind'

About

Basic configuration of tailwind css.

License:MIT License


Languages

Language:CSS 100.0%