Détail du package

@twind/preset-tailwind

tw-in-js41.7kMIT1.1.4

Tailwind CSS preset for twind

twind, tw-in-js, tailwind, tailwindcss

readme

@twind/preset-tailwind MIT License Latest Release Github

The full Tailwind CSS v3 experience without any build step right in the browser or any other environment like Node.js, deno, workers, ...

📖 Documentation

The full documentation is available at twind.style/preset-tailwind.

💬 Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable use Github Discussions.

To ask questions and discuss with other Twind users in real time use Discord Chat.

🧱 Contribute

See the Contributing Guide for information on how to contribute to this project.

📜 Changelog

The Changelog for this package is available on GitHub.

⚖️ License

The MIT license governs your use of Twind.

changelog

@twind/preset-tailwind

1.1.4

Patch Changes

  • prevent invalid default rule in legacy browsers (ccc9c9a9)

1.1.3

Patch Changes

  • prevent adding content property to defaults (b7c1636c)

    Previously the defaults for blur, ordinal, ring, shadow, snap-x, touch-pan-x, and transform, would include content:var(--tw-content) for all elements, including the pseudo elements ::before, ::after, and ::backdrop, causing a shift in layout.

1.1.2

Patch Changes

  • do not replace window and document for deno bundles (5fd4bb08)

1.1.1

Patch Changes

  • create dedicated worker and deno bundles, and downgrade module to es2019 (fixes #426) (02ea227a)

  • bump @twind/core peerDependency to latest (a26657cf)

  • ensure that all functions from the internal context are destructurable (fixes #423) (c832b338)

1.1.0

Minor Changes

  • allow to omit the default color palette (#419)

  • use fixed value for default ring color (f194c5b8)

  • automatically add content: '' to before and after variant styles (closes #405, related to #414) (58c87006)

  • support labeled groups and peers (6e64c33f)

  • Add support for configuring default font-feature-settings for a font-family (b24af095)

  • Add fill-none and stroke-none utilities (622b08dc)

  • Add min-* and max-* variants (20428cf4)

  • Add new collapse utility for visibility: collapse (cb70ab66)

  • Add aria-* and data-* variants (7f72cb0e)

  • add break-keep utility (3818a19a)

  • Add negative value support for outline-offset (ab7220ef)

  • Remove invalid outline-hidden utility (6fd10056)

  • add supports-* variant (9254d208)

Patch Changes

1.0.3

Patch Changes

  • Updated dependencies [8eb316c6]:
    • @twind/core@1.0.3

1.0.2

Patch Changes

1.0.1

Patch Changes

  • introduce new @twind/core package to prevent issue with existing code that imports from CDNs without a version (4cab9d2f)

  • Updated dependencies [4cab9d2f, 4cab9d2f]:

    • @twind/core@1.0.1

1.0.0

Patch Changes