tailwindcss-classnames
tailwindcss-classnames copied to clipboard
Functional typed classnames for TailwindCSS
([#4348](https://github.com/tailwindlabs/tailwindcss/pull/4348))
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
## Environment: - `TailwindCSS` version: 2.1.0 - `tailwindcss-classnames` version: 2.1.0 - `Node.js` version: 14.16.0 ## Current Behavior Types for tailwind utilities that configured properly and working in application are not...
The issue https://github.com/tailwindlabs/tailwindcss/pull/2309 has been released in v1.8, and I'm getting this error: ``` > tailwindcss-classnames --config src/utilities/tailwind.js -o src/utilities/tailwind.ts (node:755354) UnhandledPromiseRejectionWarning: TypeError: variantsForKey.map is not a function ``` Code...
Details: https://github.com/muhammadsammy/tailwindcss-classnames/discussions/186
We have design tokens specified in a separate `tokens.json` (located in the same directory relative to tailwind.config.js) file, which is populated automatically from Figma designs. This data is imported in...
For example the `build` and `lint` commands from the `scripts` section ... ``` "scripts": { "build": "npm run build:lib & npm run build:umd", "build:lib": "tsc --outDir lib --module commonjs", "build:es":...
Hi there! Just wanted to bump you with this: https://github.com/microsoft/vscode/issues/95408 Been trying to figure out why VSCode does not show string TSDocs. Basically if this get fixed the classnames in...
Bumps [rollup](https://github.com/rollup/rollup) from 2.78.0 to 2.79.0. Release notes Sourced from rollup's releases. v2.79.0 2022-08-31 Features Add amd.forceJsExtensionForImports to enforce using .js extensions for relative AMD imports (#4607) Pull Requests #4607:...