Sascha Tandel

Results 8 issues of Sascha Tandel

This PR adds an es module (`he.esm.js`). This is currently handcrafted by basically removing the UMD wrapper and adding the exports at the bottom of the file. This file is...

[Tailwindcss Plugin Documentation](https://tailwindcss.com/docs/plugins) ## Benefits Supporting plain tailwindcss plugins would allow users to re-use existing plugins and prevent introducing a new plugin API. ## Plugin API ### `addUtilities()`, for registering...

🌬 Tailwind CSS compatibilty
💡 Proposal

```ts import { styled } from "@twind/react" interface IAutoGridProps { amount: number; minWidth: number; maxWidth: number; } const AutoGrid = styled('div', { // New property that accepts a function which...

🙅 Hold
✨ Feature Request

oceanwind has introduced the awesome idea of variant grouping (`sm:(...) hover:(...)`). In beamwind we've added [directive grouping](https://beamwind.js.org/#directive-grouping) as well. Directives with the same prefix can be grouped using parenthesis. Beamwind...

I have created a [typescript plugin](https://github.com/tw-in-js/typescript-plugin) that powers [Twind IntelliSense for VS Code](https://github.com/tw-in-js/vscode-twind-intellisense). Is it possible or would it be possible to have the completions/diagnostics from that typescript plugin within...

feature request
limitation

This fixes "snooping" a function that throws by re-throwing the error.