style-dictionary-tailwindcss-transformer icon indicating copy to clipboard operation
style-dictionary-tailwindcss-transformer copied to clipboard

This is a plugin to generate the config of Tailwind CSS using Style Dictionary

Results 17 style-dictionary-tailwindcss-transformer issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`17.8.1` -> `19.5.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/17.8.1/19.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/19.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`5.62.0` -> `8.6.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.62.0/8.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`0.33.0` -> `0.34.6`](https://renovatebot.com/diffs/npm/vitest/0.33.0/0.34.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`4.9.5` -> `5.6.2`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tsconfig/node16](https://togithub.com/tsconfig/bases) ([source](https://togithub.com/tsconfig/bases/tree/HEAD/bases)) | [`1.0.4` -> `16.1.3`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode16/1.0.4/16.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tsconfig%2fnode16/16.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.8.8` -> `3.3.3`](https://renovatebot.com/diffs/npm/prettier/2.8.8/3.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

@nado1001 Is there currently a way to exclude an attribute from the transformed tailwind.config file when using vars? e.g. having the option to drop 'colors' from `--colors-primary-500` so that it...

Is there a way to define the type of variables included in the built tailwind.config file? e.g. currently if the variables flag is `true` then the variables are CSS variables...

Is there a way to have some parts of the built tailwind.config file static? i.e. other than 'content' or 'plugins' can we specify some parts of the config file that...