project_next_14_ai_prompt_sharing
project_next_14_ai_prompt_sharing copied to clipboard
globals.css error
./styles/globals.css:75:5
Syntax error: C:\WORK\REACT\NEXTJS\promptopia\styles\globals.css The sm:
class does not exist. If sm:
is a custom class, make sure it is defined within a @layer
directive.
73 | 74 | .app {
75 | @apply relative z-10 flex justify-center items-center flex-col max-w-7xl mx-auto sm: px-16 px-6; | ^ 76 | } 77 |