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
To reproduce the issue, build the example project with these new breakpoints. There will be no max-md: breakpoint in the built CSS file. Comment the new breakpoints out and the max-md: breakpoint will be included.
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
For example: v3.2.4
What build tool (or framework if it abstracts the build tool) are you using?
Tailwind CLI
What version of Node.js are you using?
For example: v16.13.1
What browser are you using?
N/A
What operating system are you using?
macOS
Reproduction URL
https://github.com/nikitaourazbaev/tw-breakpoints-reduced-case
Describe your issue
Adding
raw
breakpoints throughtheme.extend.screens
seems to remove the built-inmax-*
breakpoints, e.g.max-md
,max-lg
, etc.In the example repo I’m adding two breakpoints:
To reproduce the issue, build the example project with these new breakpoints. There will be no
max-md:
breakpoint in the built CSS file. Comment the new breakpoints out and themax-md:
breakpoint will be included.The text was updated successfully, but these errors were encountered: