0.3.2 • Published 1 year ago

unocss-preset-tailwind v0.3.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

WARNING!!!

I'ts not ready. It is still under development.

unocss-preset-tailwind

This is a UnoCSS preset based on tailwindcss with multiple color themes.

Progress status

Core concepts

FeatureStatusDOCS
Hover, Focus, and Other States🏗️
Responsive Design
Multiples Themes

Configuration

FeatureStatusDOCS
Themes
Screens
Colors
Spacing

Layout

FeatureStatusDOCS
Aspect Ratio
Container
Columns
Break After
Break Before
Break Inside
Box Decoration Break
Box Sizing
Display
Floats
Clear
Isolation
Object Fit
Object Position
Overflow
Overscroll Behavior
Position
Top / Right / Bottom / Left
Visibility
Z-Index

Flexbox & Grid (coming soon)

Spacing (coming soon)

Sizing (coming soon)

Typography (coming soon)

Backgrounds (coming soon)

Borders (coming soon)

Effects (coming soon)

Filters (coming soon)

Tables (coming soon)

Transitions & Animation (coming soon)

Transforms (coming soon)

Interactivity (coming soon)

SVG (coming soon)

Accessibility (coming soon)


Features

  • Multiple theme colors
  • Infinite numbers for classes variations

    Example:

    .h-0 = height: 0px
    .h-4 = height: 1rem
    .h-4000 = height: 1000rem

Installation

npm i unocss-preset-tailwind
// vite.config.ts
import UnoCSS from '@unocss/vite'
import { presetTailwind } from "unocss-preset-tailwind"

export default {
  plugins: [
    UnoCSS({
      presets: [
        presetTailwind({
            // configure preset
        })
      ],
    }),
  ],
}
0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago