fixmind 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,7 +22,7 @@ Fixmind is a local-first CLI and MCP server that records short learning lessons
22
22
  npx fixmind setup
23
23
  ```
24
24
 
25
- `fixmind setup` initializes local storage and automatically configures detected installations of Cursor, Claude Code, and Codex. _Restart your AI clients after running setup._
25
+ `npx fixmind setup` initializes local storage and automatically configures detected installations of Cursor, Claude Code, and Codex. _Restart your AI clients after running setup._
26
26
 
27
27
  ## How It Works
28
28
 
@@ -851,12 +851,6 @@
851
851
  gap: calc(var(--spacing) * 10);
852
852
  }
853
853
 
854
- :where(.space-y-1 > :not(:last-child)) {
855
- --tw-space-y-reverse: 0;
856
- margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
857
- margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
858
- }
859
-
860
854
  :where(.space-y-2 > :not(:last-child)) {
861
855
  --tw-space-y-reverse: 0;
862
856
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));