npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

unocss-preset-tailwindcss

v0.0.1-beta.6

Published

A unocss preset that aligns with the official features of Tailwind, emphasizing consistency.

Downloads

1

Readme

unocss-preset-tailwindcss (WIP)

A unocss preset that aligns with the official features of Tailwind, emphasizing consistency.

The goal is to seamlessly switch projects using Tailwind to unocss-preset-tailwindcss.

check out : English | 中文

Why

Tailwind encompasses a set of highly standardized design specifications that I can't live without after using it. However, it lacks speed and feels a bit cumbersome.

Unocss, on the other hand, is fast and integrates better with the frontend toolchain. However, the official preset-wind doesn't strictly adhere to Tailwind's rules; it's a mishmash that feels quite loose.

I want developers to be able to focus on Tailwind's official documentation while enjoying the advantages of unocss.

Progress

Base Styles

  • [] Preflight

Layout

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

Flexbox & Grid

  • [x] Flex Basis
  • [x] Flex Direction
  • [x] Flex Wrap
  • [x] Flex
  • [x] Flex Grow
  • [x] Flex Shrink
  • [] Order
  • [] Grid Template Columns
  • [] Grid Column Start / End
  • [] Grid Template Rows
  • [] Grid Row Start / End
  • [] Grid Auto Flow
  • [] Grid Auto Columns
  • [] Grid Auto Rows
  • [] Gap
  • [] Justify Content
  • [] Justify Items
  • [] Justify Self
  • [] Align Content
  • [] Align Items
  • [] Align Self
  • [] Place Content
  • [] Place Items
  • [] Place Self

Spacing

  • [] Padding
  • [] Margin
  • [] Space Between

Sizing

  • [] Width
  • [] Min-Width
  • [] Max-Width
  • [] Height
  • [] Min-Height
  • [] Max-Height

Typography

  • [] Font Family
  • [] Font Size
  • [] Font Smoothing
  • [] Font Style
  • [] Font Weight
  • [] Font Variant Numeric
  • [] Letter Spacing
  • [] Line Clamp
  • [] Line Height
  • [] List Style Image
  • [] List Style Position
  • [] List Style Type
  • [] Text Align
  • [] Text Color
  • [] Text Decoration
  • [] Text Decoration Color
  • [] Text Decoration Style
  • [] Text Decoration Thickness
  • [] Text Underline Offset
  • [] Text Transform
  • [] Text Overflow
  • [] Text Indent
  • [] Vertical Align
  • [] Whitespace
  • [] Word Break
  • [] Hyphens
  • [] Content

Backgrounds

  • [] Background Attachment
  • [] Background Clip
  • [] Background Color
  • [] Background Origin
  • [] Background Position
  • [] Background Repeat
  • [] Background Size
  • [] Background Image
  • [] Gradient Color Stops

Borders

  • [] Border Radius
  • [] Border Width
  • [] Border Color
  • [] Border Style
  • [] Divide Width
  • [] Divide Color
  • [] Divide Style
  • [] Outline Width
  • [] Outline Color
  • [] Outline Style
  • [] Outline Offset
  • [] Ring Width
  • [] Ring Color
  • [] Ring Offset Width
  • [] Ring Offset Color

Effects

  • [] Box Shadow
  • [] Box Shadow Color
  • [] Opacity
  • [] Mix Blend Mode
  • [] Background Blend Mode

Filters

  • [] Blur
  • [] Brightness
  • [] Contrast
  • [] Drop Shadow
  • [] Grayscale
  • [] Hue Rotate
  • [] Invert
  • [] Saturate
  • [] Sepia
  • [] Backdrop Blur
  • [] Backdrop Brightness
  • [] Backdrop Contrast
  • [] Backdrop Grayscale
  • [] Backdrop Hue Rotate
  • [] Backdrop Invert
  • [] Backdrop Opacity
  • [] Backdrop Saturate
  • [] Backdrop Sepia

Tables

  • [] Border Collapse
  • [] Border Spacing
  • [] Table Layout
  • [] Caption Side

Transitions & Animation

  • [] Transition Property
  • [] Transition Duration
  • [] Transition Timing Function
  • [] Transition Delay
  • [] Animation

Transforms

  • [] Scale
  • [] Rotate
  • [] Translate
  • [] Skew
  • [] Transform Origin

Interactivity

  • [] Accent Color
  • [] Appearance
  • [] Cursor
  • [] Caret Color
  • [] Pointer Events
  • [] Resize
  • [] Scroll Behavior
  • [] Scroll Margin
  • [] Scroll Padding
  • [] Scroll Snap Align
  • [] Scroll Snap Stop
  • [] Scroll Snap Type
  • [] Touch Action
  • [] User Select
  • [] Will Change

SVG

  • [] Fill
  • [] Stroke
  • [] Stroke Width

Accessibility

  • [] Screen Readers

Official Plugins

  • [] Typography
  • [] Forms
  • [] Aspect Ratio
  • [] Container Queries