There is no max-w-screen-* class in default conf #3546
-
Hello! I couldn't find a class max-w-screen-2xl in my main css file. What am I doing wrong? Importing: |
Beta Was this translation helpful? Give feedback.
Answered by
simonswiss
Feb 12, 2021
Replies: 1 comment 1 reply
-
Hey! Are you sure the file where you use this What's the rest of your Tailwind config file looking like? Any chance you disabled the Are you able to reproduce in a Tailwind Play example? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jerry-gif
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
Are you sure the file where you use this
max-w-screen-2xl
class is added in the array of paths in your yourpurge
config?What's the rest of your Tailwind config file looking like? Any chance you disabled the
2xl
screen
?Are you able to reproduce in a Tailwind Play example?