project_next_14_ai_prompt_sharing icon indicating copy to clipboard operation
project_next_14_ai_prompt_sharing copied to clipboard

globals.css error

Open aloska opened this issue 1 year ago • 0 comments

./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 |

aloska avatar May 07 '23 22:05 aloska