Skip to content

Files

Latest commit

author
uihp
Nov 24, 2024
c598df3 · Nov 24, 2024

History

History
This branch is 1 commit ahead of, 37 commits behind tw-in-js/twind:main.

packages

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 24, 2023
Nov 24, 2024
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Nov 18, 2022

Packages

This folder contains all the packages that are published to npm.

How to add a package

  • add folder and make sure it's a unique "name" field in package.json following these conventions:
    • for presets: @twind/preset-<name>
    • for integrations: @twind/with-<name> except there is a specific naming convention like <name>-plugin-twind
  • add to link in CHANGELOG.md
  • add to publishDirectory in .codesandbox/ci.json
  • add an example to examples
  • add a documentation page documentation/ with the following frontmatter:
    • for presets: section: Presets
    • for integrations: section: Twind with