diff --git a/apps/nextjs-example/app/globals.css b/apps/nextjs-example/app/globals.css index e825f4a68..ee92505d2 100644 --- a/apps/nextjs-example/app/globals.css +++ b/apps/nextjs-example/app/globals.css @@ -5,8 +5,10 @@ * LICENSE file in the root directory of this source tree. */ -* { - box-sizing: border-box; - padding: 0; - margin: 0; +@layer reset { + * { + box-sizing: border-box; + padding: 0; + margin: 0; + } }