Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"blur-x" and "backdrop-blur-x" does not work #6437

Closed
mobayen opened this issue Dec 13, 2021 · 5 comments
Closed

"blur-x" and "backdrop-blur-x" does not work #6437

mobayen opened this issue Dec 13, 2021 · 5 comments

Comments

@mobayen
Copy link

mobayen commented Dec 13, 2021

What version of Tailwind CSS are you using?

^3.0.1

What build tool (or framework if it abstracts the build tool) are you using?

Nuxt.js ^2.15.7
@nuxt/postcss8 ^1.1.3
postcss ^8.4.5

What version of Node.js are you using?

node: '14.17.1',

What browser are you using?

I've checked it in chrome, and safari
Images are attached

chrome
chrome

safari
safari

What operating system are you using?

macOS

Reproduction URL

https://gist.github.com/mobayen/f877f9f3bb14a968cbe4c02c548a832f

Describe your issue

I just upgrades to v3.0.0. Everything seems working fine but the blur
The backdrop-blur-x and blur-x classes do not work if I put them in the <style> tag of a page

BTW, awesome work
Keep it up, guys!

@ivan-bragin
Copy link

Can you please check if the required --tw CSS variables are defined?

@finkrer
Copy link

finkrer commented Dec 13, 2021

They are not. Backdrop filters don't work with @apply currently.

@ivan-bragin
Copy link

@finkrer Oh well, I guess I can just put backdrop-filter as a class to explicitly add --tw-backdrop-filter variable in the flow for now until it gets fixed.

@adamwathan
Copy link
Member

Thanks for reporting this, this is caused by the same thing internally as #6409 so going to close and consolidate there 👍🏻

@mobayen
Copy link
Author

mobayen commented Dec 13, 2021

Awesome,
it's fixed in 3.0.2

Thanks @adamwathan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants