-
**Describe the bug**
After new theme creation (according to: https://developer.adobe.com/commerce/pwa-studio/guides/theming/#create-a-new-theme) there are multiple error notices shown in console du…
-
**What version of VS Code are you using?**
- `1.94.0`
**What version of Tailwind CSS IntelliSense are you using?**
- `0.13.45`
**What version of Tailwind CSS are you using?**
- `4.0.0-a…
-
Since we will work with tailwind I think its a good idea to add theme now.
From the docs :
> The theme section of your tailwind.config.js file is where you define your project’s color palette…
-
### Describe the bug
Trying to understand how to move to primeng 18 beta 2 I have added tailwindcss and tailwindcss-primeui
in my app.component.ts, i have added
this.config.theme.set({
…
-
### Describe the bug
I have this Tailwind config:
```ts
import animate from 'tailwindcss-animate';
import typography from '@tailwindcss/typography';
import defaultTheme from 'tailwindcss/defaul…
-
### Describe the bug
I was creating a new application with primeng v18 and was bothered by my inputs (text input, dropdown, buttons etc..;) components size do not match the size of v18 docs inputs. I…
-
Based on numerous customer requests.
A tailwind theme does sound appealing, but what constitutes a tailwind theme? That's harder than one might think and here is why:
Tailwind provides **only cl…
-
### Reproduction
https://formkit.com/playground?fkv=latest&fileTab=Playground.vue&css-framework=genesis
### Describe the bug
I have specified prefix in tailwind config as tw-
How to use regeneis t…
-
- テーマ設定には、CSS変数を使用するか、Tailwind CSSユーティリティクラスを使用するかを選択できる
## 参考URL
- [Theming](https://ui.shadcn.com/docs/theming)
- [shadcn/ui theme generator](https://shadcn-ui-theme-generator.vercel.app/)
-
### Describe the bug
Hi there!
I'm working on a project using Remix.js and have installed the Primereact library. I'm aiming to utilize the Tailwind mode within this library.
Following the document…