Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I've tested with a blank SvelteKit project, with index.ccs (imported by Svelte component) as follows:
The problem is
but is not recognised in production mode. So the following works correctly in both modes.
Should Tailwind support list-style: inside? It did previously. Can push code to GIT if you need. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of Tailwind CSS are you using?
4.0.0-beta.6
What build tool (or framework if it abstracts the build tool) are you using?
vite 6.0.3, @tailwindcss/vite 4.0.0-beta.6, @sveltejs/kit 2.10.1
What version of Node.js are you using?
v22.11.0
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction URL
Describe your issue
Problem with alignment with ul element. Different in development and production mode.
In development mode:
In preview or production mode (after build):
Development and production mode should have same formatting. Problem is independent of browser or operating system.
Beta Was this translation helpful? Give feedback.
All reactions