You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/panda-preset-framework-simplecss/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,21 +50,27 @@ bun add -D @amandaguthrie/panda-preset-framework-simplecss
50
50
In your `panda.config.{ts,js}` file, import the preset and include it in your presets list. This preset does rely on
51
51
the default settings of @pandacss/preset-base as a dependency.
52
52
53
+
>[!CAUTION]
54
+
> It is important to set `preflight` to `false`. Simple.css has its own reset and there will be undesirable effects to margins, heading spacing, etc. if preflight is enabled.
55
+
53
56
> [!TIP]
54
57
> If you don't currently have any presets in your config file, add
0 commit comments