translate-x-full not working #1808
-
Hi, I'm trying tailwinds replicating some of Adam's examples and I stumbled on this issue. On this demo https://polished-sunset-0ex44e5cb9xt.tailwindcss.com/components/198272c2-e9b3-46e5-99da-d0911ad1e07c Adam's using Is there a configuration that I should apply to generate the right css? I have this in my app.css @tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind screens; and this in my tailwind.config.js module.exports = {
purge: [],
theme: {
extend: {},
},
variants: {},
plugins: [],
} TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@ratzo you need to use |
Beta Was this translation helpful? Give feedback.
@ratzo you need to use
transform
classe with any translate classes: https://tailwindcss.com/docs/translate#usage