diff --git a/apps/docs/docs/learn/03-installation.mdx b/apps/docs/docs/learn/03-installation.mdx index 796c422d..2b14aa6f 100755 --- a/apps/docs/docs/learn/03-installation.mdx +++ b/apps/docs/docs/learn/03-installation.mdx @@ -81,6 +81,15 @@ and esbuild. ], }; ``` + + Finally, ensure that your app imports a global CSS file that includes the following declaration: + + ```css + @stylex; + ``` + + The PostCSS plugin will replace the delaration with the generated StyleX styles. + Make sure that you only include this declaration once in your app.