tailwindcss-classnames icon indicating copy to clipboard operation
tailwindcss-classnames copied to clipboard

Functional typed classnames for TailwindCSS

Results 39 tailwindcss-classnames issues
Sort by recently updated
recently updated
newest added

Bumps [rollup](https://github.com/rollup/rollup) from 2.52.1 to 2.77.2. Release notes Sourced from rollup's releases. v2.77.2 2022-07-27 Bug Fixes Avoid a rendering failure when mixing outputs with inlined and non-inlined dynamic imports (#4589)...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.4 to 13.0.3. Release notes Sourced from lint-staged's releases. v13.0.3 13.0.3 (2022-06-24) Bug Fixes correctly handle git stash when using MSYS2 (#1178) (0d627a5) v13.0.2 13.0.2 (2022-06-16) Bug...

dependencies

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 11.0.0 to 17.0.3. Release notes Sourced from @​commitlint/config-conventional's releases. v17.0.3 17.0.3 (2022-06-25) Bug Fixes update dependency cosmiconfig-typescript-loader to v2.0.2 (#3250) (dfe69b0) Further changes chore(config-validator): update ajv to...

dependencies

### Environment: > tailwindcss-classnames version: 3.0.5 ### Problem1 - Negative value When I try to use negative value in classname, it says there is no matched types. For example, when...

bug

Somewhat like the introduction of function helpers like `TW.{backgroundColor,opacity,…}`, I'm wondering if it might make sense to apply a similar pattern to variants. This could address the limitation where one...

enhancement

## Environment: - `TailwindCSS` version: `3.0.7` - `tailwindcss-classnames` version: `3.0.0` - `Node.js` version: `16.13.1` ## Current Behavior After using the CLI, the build is missing classes prefixed with `-` (e.g....

bug

## Environment: - `tailwindcss-classnames` version: 3.0.2 and up ## Current Behavior Up to version 3.0.1, and as documented, the bundle size is small, 370B minified and gzipped, but after 3.0.2,...

bug

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.2. Changelog Sourced from nanoid's changelog. 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin)....

dependencies

## Environment: - `TailwindCSS` version: tailwindcss@npm:@tailwindcss/[email protected] - `tailwindcss-classnames` version: [email protected] - `Node.js` version: v17.8.0 ## Current Behavior setting darkMode to 'class' in the tailwind.config.js and running `tailwindcss-classnames -I` does not...

bug