-
#### Connected Issues
- #7094 (CSS Order Differs Between Development & Production Modes when Treeshaking)
#### Description
When using CSS Modules in a monorepo setup with barrel files (index.ts) …
-
### Describe the issue
Im getting an error when I try to specify a helper for media queries to not have to write the string in every condition (or a const in every module I want to use it)
`Invali…
-
I have to fetch some configuration data for a white label app before the app loads on the client. im doing this via a plugin. however any attempts between both the tailwind module configs and the us…
-
A test failed on a tracked branch
```
Error: timed out waiting for rendering count to stabilize -- last error: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="lnsDat…
-
### Link to the code that reproduces this issue
https://github.com/jantimon/reproduction-webpack-css-order
### To Reproduce
Clone the repository and checkout the `turbo` branch
pnpm instal…
-
Thank you for your work. Sorry, not an issue but rather a question if you don't mind.
To use these you specify in `tailwind.config.js` similar to the following?
```javascript
const plugin = re…
-
Scenario:
```
Scenario: Shouldnot display the CPCSS banner to admin 2 if it was dismissed by admin 1
Given I have an unexpired account
And turn on 'CPCSS'
Then I must see the banner 'We …
-
## Version
`tailwind@4.0.0-beta.1` and `@tailwindcss/vite@4.0.0-beta.1`
## Environment
Output of `npx envinfo --system --binaries --browsers --npmPackages "{vite,tailwindcss,@tailwindcss/*,po…
-
npm run dev
> dev
> nuxt dev
WARN Current version of Node.js (16.15.0) is unsupported and might cause issues. 16:55:32
P…
-
it will result in the wrong order of styles if someone does this:
```tsx
const someUtil = css({ '--padding': 15 });
```
in this example, it should have `15` on all sides bcos it overrides …