You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I assume the intent was to make array members partial, instead of making the array itself partial; as I cannot come up with any reason why the array itself should be partial/would benefit from being partial)
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
3.3.2
What build tool (or framework if it abstracts the build tool) are you using?
postcss 8.3.1, Next.js 13.4.9, webpack 5.88.2
What version of Node.js are you using?
For example: v18.16.0
What browser are you using?
N/A
What operating system are you using?
vscode devcontainer from
mcr.microsoft.com/vscode/devcontainers/typescript-node:0-18-bullseye
Reproduction URL
https://codesandbox.io/s/upbeat-engelbart-srwsmw?file=/src/tailwind.preset.ts
Describe your issue
content
is required in preset, but preset configs sometimes/often/generally should not override thecontent
property.[edit] Updated the code-sandbox slightly to better illustrate the point.
The (js) example on the tailwind website does not have a
content
property.https://tailwindcss.com/docs/presets
Currently the relevant typing is:
Instead, I think it should be:
(I assume the intent was to make array members partial, instead of making the array itself partial; as I cannot come up with any reason why the array itself should be partial/would benefit from being partial)
The text was updated successfully, but these errors were encountered: